mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 9ef2aa86 (#550428)
This commit is contained in:
@@ -30,11 +30,16 @@ network::mojom::NetworkContext* CefStoragePartitionProxy::GetNetworkContext() {
|
||||
return parent_->GetNetworkContext();
|
||||
}
|
||||
|
||||
scoped_refptr<content::SharedURLLoaderFactory>
|
||||
scoped_refptr<network::SharedURLLoaderFactory>
|
||||
CefStoragePartitionProxy::GetURLLoaderFactoryForBrowserProcess() {
|
||||
return parent_->GetURLLoaderFactoryForBrowserProcess();
|
||||
}
|
||||
|
||||
std::unique_ptr<network::SharedURLLoaderFactoryInfo>
|
||||
CefStoragePartitionProxy::GetURLLoaderFactoryForBrowserProcessIOThread() {
|
||||
return parent_->GetURLLoaderFactoryForBrowserProcessIOThread();
|
||||
}
|
||||
|
||||
network::mojom::CookieManager*
|
||||
CefStoragePartitionProxy::GetCookieManagerForBrowserProcess() {
|
||||
return parent_->GetCookieManagerForBrowserProcess();
|
||||
@@ -101,6 +106,10 @@ CefStoragePartitionProxy::GetPlatformNotificationContext() {
|
||||
return parent_->GetPlatformNotificationContext();
|
||||
}
|
||||
|
||||
content::WebPackageContext* CefStoragePartitionProxy::GetWebPackageContext() {
|
||||
return parent_->GetWebPackageContext();
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::ClearDataForOrigin(
|
||||
uint32_t remove_mask,
|
||||
uint32_t quota_storage_remove_mask,
|
||||
|
Reference in New Issue
Block a user