Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(896)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1976463003: Preload scan external CSS for @import (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: actually include crasher fix Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chrome_content_browser_client.cc
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index 2a24e8aef169b59276c42025f0ad8716af3ea45d..d8cb8c28424a40316bdf65c958f4806af5d5c166 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1343,7 +1343,11 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial(
"LowPriorityIFrames",
// Keys: disallowFetchForDocWrittenScriptsInMainFrame
- "DisallowFetchForDocWrittenScriptsInMainFrame"
+ "DisallowFetchForDocWrittenScriptsInMainFrame",
+
+ // Keys: cssExternalScannerNoPreload
+ // cssExternalScannerPreload
+ "CSSExternalScanner",
};
std::vector<std::string> blink_settings;

Powered by Google App Engine
This is Rietveld 408576698