mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 118.0.5993.0 (#1192594)
This commit is contained in:
@@ -37,9 +37,10 @@ CefExtensionSystemFactory::CefExtensionSystemFactory()
|
||||
|
||||
CefExtensionSystemFactory::~CefExtensionSystemFactory() {}
|
||||
|
||||
KeyedService* CefExtensionSystemFactory::BuildServiceInstanceFor(
|
||||
std::unique_ptr<KeyedService>
|
||||
CefExtensionSystemFactory::BuildServiceInstanceForBrowserContext(
|
||||
BrowserContext* context) const {
|
||||
return new CefExtensionSystem(context);
|
||||
return std::make_unique<CefExtensionSystem>(context);
|
||||
}
|
||||
|
||||
BrowserContext* CefExtensionSystemFactory::GetBrowserContextToUse(
|
||||
|
Reference in New Issue
Block a user