mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 66afc5e5 (#540276)
This commit is contained in:
@@ -30,7 +30,7 @@ network::mojom::NetworkContext* CefStoragePartitionProxy::GetNetworkContext() {
|
||||
return parent_->GetNetworkContext();
|
||||
}
|
||||
|
||||
network::mojom::URLLoaderFactory*
|
||||
scoped_refptr<content::SharedURLLoaderFactory>
|
||||
CefStoragePartitionProxy::GetURLLoaderFactoryForBrowserProcess() {
|
||||
return parent_->GetURLLoaderFactoryForBrowserProcess();
|
||||
}
|
||||
@@ -154,6 +154,10 @@ void CefStoragePartitionProxy::FlushNetworkInterfaceForTesting() {
|
||||
parent_->FlushNetworkInterfaceForTesting();
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::WaitForDeletionTasksForTesting() {
|
||||
parent_->WaitForDeletionTasksForTesting();
|
||||
}
|
||||
|
||||
content::BackgroundFetchContext*
|
||||
CefStoragePartitionProxy::GetBackgroundFetchContext() {
|
||||
return parent_->GetBackgroundFetchContext();
|
||||
@@ -188,6 +192,11 @@ content::BlobRegistryWrapper* CefStoragePartitionProxy::GetBlobRegistry() {
|
||||
return parent_->GetBlobRegistry();
|
||||
}
|
||||
|
||||
content::PrefetchURLLoaderService*
|
||||
CefStoragePartitionProxy::GetPrefetchURLLoaderService() {
|
||||
return parent_->GetPrefetchURLLoaderService();
|
||||
}
|
||||
|
||||
content::URLLoaderFactoryGetter*
|
||||
CefStoragePartitionProxy::url_loader_factory_getter() {
|
||||
return parent_->url_loader_factory_getter();
|
||||
|
Reference in New Issue
Block a user