mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefclient: Enable Chrome runtime by default (see #3685)
Run with `--disable-chrome-runtime` to use the Alloy runtime.
This commit is contained in:
@@ -79,7 +79,7 @@ MainContextImpl::MainContextImpl(CefRefPtr<CefCommandLine> command_line,
|
||||
#if !defined(DISABLE_ALLOY_BOOTSTRAP)
|
||||
// Enable Chrome runtime bootstrap. See issue #2969 for details.
|
||||
use_chrome_bootstrap_ =
|
||||
command_line_->HasSwitch(switches::kEnableChromeRuntime);
|
||||
!command_line_->HasSwitch(switches::kDisableChromeRuntime);
|
||||
#endif
|
||||
|
||||
// Whether the Views framework will be used.
|
||||
|
Reference in New Issue
Block a user