mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Delete Alloy bootstrap (fixes #3685)
This commit is contained in:
@@ -144,12 +144,6 @@ int CefTestSuite::Run() {
|
||||
}
|
||||
|
||||
void CefTestSuite::GetSettings(CefSettings& settings) const {
|
||||
#if !defined(DISABLE_ALLOY_BOOTSTRAP)
|
||||
// Enable the Chrome runtime. See issue #2969 for details.
|
||||
settings.chrome_runtime =
|
||||
command_line_->HasSwitch(client::switches::kEnableChromeRuntime);
|
||||
#endif
|
||||
|
||||
CefString(&settings.cache_path) = root_cache_path_;
|
||||
CefString(&settings.root_cache_path) = root_cache_path_;
|
||||
|
||||
|
Reference in New Issue
Block a user