| 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 a9e88d194cd7599927c358f862724dea1c1b2e67..31c8f70af1f6a8d203d2ef405b1615fb23ff6ace 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1345,6 +1345,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial(
|
|
|
| // Keys: lowPriorityIframes
|
| "LowPriorityIFrames",
|
| +
|
| + // Keys: disallowFetchForDocWrittenScriptsInMainFrame
|
| + "DisallowFetchForDocWrittenScriptsInMainFrame"
|
| };
|
|
|
| std::vector<std::string> blink_settings;
|
|
|