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:
@@ -91,6 +91,11 @@ CefStoragePartitionProxy::GetBroadcastChannelProvider() {
|
||||
return parent_->GetBroadcastChannelProvider();
|
||||
}
|
||||
|
||||
content::BluetoothAllowedDevicesMap*
|
||||
CefStoragePartitionProxy::GetBluetoothAllowedDevicesMap() {
|
||||
return parent_->GetBluetoothAllowedDevicesMap();
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::ClearDataForOrigin(
|
||||
uint32_t remove_mask,
|
||||
uint32_t quota_storage_remove_mask,
|
||||
@@ -129,6 +134,10 @@ void CefStoragePartitionProxy::Flush() {
|
||||
parent_->Flush();
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::ClearBluetoothAllowedDevicesMapForTesting() {
|
||||
parent_->ClearBluetoothAllowedDevicesMapForTesting();
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::Bind(
|
||||
mojo::InterfaceRequest<content::mojom::StoragePartitionService> request) {
|
||||
parent_->Bind(std::move(request));
|
||||
|
Reference in New Issue
Block a user