mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 73.0.3665.0 (#620590)
This commit is contained in:
committed by
Marshall Greenblatt
parent
10916749d6
commit
1a86240c93
@@ -19,6 +19,7 @@
|
||||
#include "content/browser/streams/stream_context.h"
|
||||
#include "content/browser/webui/url_data_manager.h"
|
||||
#include "content/public/browser/storage_partition.h"
|
||||
#include "services/service_manager/public/cpp/service.h"
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -191,9 +192,11 @@ CefBrowserContextProxy::CreateRequestContextForStoragePartition(
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void CefBrowserContextProxy::RegisterInProcessServices(
|
||||
StaticServiceMap* services) {
|
||||
parent_->RegisterInProcessServices(services);
|
||||
std::unique_ptr<service_manager::Service>
|
||||
CefBrowserContextProxy::HandleServiceRequest(
|
||||
const std::string& service_name,
|
||||
service_manager::mojom::ServiceRequest request) {
|
||||
return parent_->HandleServiceRequest(service_name, std::move(request));
|
||||
}
|
||||
|
||||
PrefService* CefBrowserContextProxy::GetPrefs() {
|
||||
|
Reference in New Issue
Block a user