mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 70.0.3507.0 (#578961)
This commit is contained in:
@@ -88,6 +88,11 @@ CefStoragePartitionProxy::GetCacheStorageContext() {
|
||||
return parent_->GetCacheStorageContext();
|
||||
}
|
||||
|
||||
content::GeneratedCodeCacheContext*
|
||||
CefStoragePartitionProxy::GetGeneratedCodeCacheContext() {
|
||||
return parent_->GetGeneratedCodeCacheContext();
|
||||
}
|
||||
|
||||
content::HostZoomMap* CefStoragePartitionProxy::GetHostZoomMap() {
|
||||
return parent_->GetHostZoomMap();
|
||||
}
|
||||
@@ -156,6 +161,10 @@ void CefStoragePartitionProxy::Flush() {
|
||||
parent_->Flush();
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::ResetURLLoaderFactories() {
|
||||
parent_->ResetURLLoaderFactories();
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::ClearBluetoothAllowedDevicesMapForTesting() {
|
||||
parent_->ClearBluetoothAllowedDevicesMapForTesting();
|
||||
}
|
||||
|
Reference in New Issue
Block a user