mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix CefSchemeHandlerFactory leak during shutdown.
This commit is contained in:
@@ -18,6 +18,7 @@ class CefStoragePartitionProxy : public content::StoragePartition {
|
||||
CefStoragePartitionProxy(
|
||||
content::StoragePartition* parent,
|
||||
CefURLRequestContextGetterProxy* url_request_context);
|
||||
~CefStoragePartitionProxy() override;
|
||||
|
||||
// StoragePartition methods:
|
||||
base::FilePath GetPath() override;
|
||||
|
Reference in New Issue
Block a user