| 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 e1ac0da6189102ca53cbfc1457129729cc5854cd..64a3c5ee3ad5c5e5a3a07198608bd8d781edc576 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1385,7 +1385,10 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial(
|
| "LowPriorityIFrames",
|
|
|
| // Keys: disallowFetchForDocWrittenScriptsInMainFrame
|
| - "DisallowFetchForDocWrittenScriptsInMainFrame"
|
| + "DisallowFetchForDocWrittenScriptsInMainFrame",
|
| +
|
| + // Keys: parseHTMLOnMainThreadSyncTokenize
|
| + "ParseHTMLOnMainThread",
|
| };
|
|
|
| std::vector<std::string> blink_settings;
|
|
|