mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 106.0.5249.0 (#1036826)
This commit is contained in:
@@ -28,7 +28,9 @@ class CefRequestContextImpl : public CefRequestContext {
|
||||
~CefRequestContextImpl() override;
|
||||
|
||||
// Creates the singleton global RequestContext. Called from
|
||||
// AlloyBrowserMainParts::PreMainMessageLoopRun.
|
||||
// AlloyBrowserMainParts::PreMainMessageLoopRun and
|
||||
// ChromeBrowserMainExtraPartsCef::PostProfileInit. Must be followed by a call
|
||||
// to InitializeGlobalContext on the UI thread.
|
||||
static CefRefPtr<CefRequestContextImpl> CreateGlobalRequestContext(
|
||||
const CefRequestContextSettings& settings);
|
||||
|
||||
@@ -37,6 +39,8 @@ class CefRequestContextImpl : public CefRequestContext {
|
||||
static CefRefPtr<CefRequestContextImpl> GetOrCreateForRequestContext(
|
||||
CefRefPtr<CefRequestContext> request_context);
|
||||
|
||||
void InitializeGlobalContext();
|
||||
|
||||
// Verify that the browser context can be directly accessed (e.g. on the UI
|
||||
// thread and initialized).
|
||||
bool VerifyBrowserContext() const;
|
||||
|
Reference in New Issue
Block a user