mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 939b32ee (#454471)
This commit is contained in:
@@ -39,6 +39,7 @@ class CefStoragePartitionProxy : public content::StoragePartition {
|
||||
content::BackgroundSyncContext* GetBackgroundSyncContext() override;
|
||||
content::PaymentAppContextImpl* GetPaymentAppContext() override;
|
||||
content::BroadcastChannelProvider* GetBroadcastChannelProvider() override;
|
||||
content::BluetoothAllowedDevicesMap* GetBluetoothAllowedDevicesMap() override;
|
||||
void ClearDataForOrigin(uint32_t remove_mask,
|
||||
uint32_t quota_storage_remove_mask,
|
||||
const GURL& storage_origin,
|
||||
@@ -59,6 +60,7 @@ class CefStoragePartitionProxy : public content::StoragePartition {
|
||||
const base::Time end,
|
||||
const base::Closure& callback) override;
|
||||
void Flush() override;
|
||||
void ClearBluetoothAllowedDevicesMapForTesting() override;
|
||||
void Bind(
|
||||
mojo::InterfaceRequest<content::mojom::StoragePartitionService> request)
|
||||
override;
|
||||
|
Reference in New Issue
Block a user