mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 73.0.3679.0 (#624510)
This commit is contained in:
@@ -65,6 +65,10 @@ content::DOMStorageContext* CefStoragePartitionProxy::GetDOMStorageContext() {
|
||||
return parent_->GetDOMStorageContext();
|
||||
}
|
||||
|
||||
content::IdleManager* CefStoragePartitionProxy::GetIdleManager() {
|
||||
return parent_->GetIdleManager();
|
||||
}
|
||||
|
||||
content::LockManager* CefStoragePartitionProxy::GetLockManager() {
|
||||
return parent_->GetLockManager();
|
||||
}
|
||||
@@ -229,6 +233,10 @@ mojo::BindingId CefStoragePartitionProxy::Bind(
|
||||
return parent_->Bind(process_id, std::move(request));
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::Unbind(mojo::BindingId binding_id) {
|
||||
parent_->Unbind(binding_id);
|
||||
}
|
||||
|
||||
void CefStoragePartitionProxy::set_site_for_service_worker(
|
||||
const GURL& site_for_service_worker) {
|
||||
parent_->set_site_for_service_worker(site_for_service_worker);
|
||||
|
Reference in New Issue
Block a user