mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision adb61db1 (#508578)
This commit is contained in:
@@ -30,6 +30,11 @@ content::mojom::NetworkContext* CefStoragePartitionProxy::GetNetworkContext() {
|
||||
return parent_->GetNetworkContext();
|
||||
}
|
||||
|
||||
content::mojom::URLLoaderFactory*
|
||||
CefStoragePartitionProxy::GetURLLoaderFactoryForBrowserProcess() {
|
||||
return parent_->GetURLLoaderFactoryForBrowserProcess();
|
||||
}
|
||||
|
||||
storage::QuotaManager* CefStoragePartitionProxy::GetQuotaManager() {
|
||||
return parent_->GetQuotaManager();
|
||||
}
|
||||
@@ -175,8 +180,8 @@ content::BrowserContext* CefStoragePartitionProxy::browser_context() const {
|
||||
return parent_->browser_context();
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::Bind(
|
||||
mojo::BindingId CefStoragePartitionProxy::Bind(
|
||||
int process_id,
|
||||
mojo::InterfaceRequest<content::mojom::StoragePartitionService> request) {
|
||||
parent_->Bind(process_id, std::move(request));
|
||||
return parent_->Bind(process_id, std::move(request));
|
||||
}
|
||||
|
Reference in New Issue
Block a user