| 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;
|
|
|