Index: third_party/WebKit/Source/core/frame/Settings.in |
diff --git a/third_party/WebKit/Source/core/frame/Settings.in b/third_party/WebKit/Source/core/frame/Settings.in |
index e2657d8b39bdbb8d636674d0c361904d98ae0e8d..470d91efc3d3ec8ac10f808771649d28b7573cc0 100644 |
--- a/third_party/WebKit/Source/core/frame/Settings.in |
+++ b/third_party/WebKit/Source/core/frame/Settings.in |
@@ -415,6 +415,12 @@ useDefaultImageInterpolationQuality initial=false |
# Variant of the ParseHTMLOnMainThread experiment. One experiment immediately |
# tokenizes input bytes. The default is to tokenize with a post task. |
parseHTMLOnMainThreadSyncTokenize initial=false |
+ |
# Variant of the ParseHTMLOnMainThread experiment. This is designed to coalesce |
# TokenizedChunks when the experiment is running in threaded mode. |
parseHTMLOnMainThreadCoalesceChunks initial=false |
+ |
+# Whether the CSSPreloadScanner is used for externally CSS preloads. NoPreload |
+# indicates that the scanner will be used, but no preloads issued. |
+cssExternalScannerNoPreload initial=false |
+cssExternalScannerPreload initial=false |