| Index: third_party/WebKit/Source/core/frame/Settings.json5
|
| diff --git a/third_party/WebKit/Source/core/frame/Settings.json5 b/third_party/WebKit/Source/core/frame/Settings.json5
|
| index 1cde79f617a50ffe6f0a9ce984667db53ca0dbca..a908a37aae6c84638baaf29b46c273516af30a0e 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.json5
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.json5
|
| @@ -854,20 +854,6 @@
|
| initial: false,
|
| },
|
|
|
| - // Variant of the ParseHTMLOnMainThread experiment. One experiment immediately
|
| - // tokenizes input bytes. The default is to tokenize with a post task.
|
| - {
|
| - name: "parseHTMLOnMainThreadSyncTokenize",
|
| - initial: false,
|
| - },
|
| -
|
| - // Variant of the ParseHTMLOnMainThread experiment. This is designed to coalesce
|
| - // TokenizedChunks when the experiment is running in threaded mode.
|
| - {
|
| - name: "parseHTMLOnMainThreadCoalesceChunks",
|
| - initial: false,
|
| - },
|
| -
|
| // Whether the CSSPreloadScanner is used for externally CSS preloads. NoPreload
|
| // indicates that the scanner will be used, but no preloads issued.
|
| {
|
|
|