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 a21b4ffdcb517cf4fec0bbc9a73d63fbab56f9dc..651f0928fadd8b6ec355a137020d496434f3caea 100644 |
--- a/third_party/WebKit/Source/core/frame/Settings.in |
+++ b/third_party/WebKit/Source/core/frame/Settings.in |
@@ -414,3 +414,8 @@ blockedMainThreadEventsWarningThreshold type=double, initial=0 |
# when there is greater adoption, interventions to force it on and associated devtools |
# to enable it have been shipped. |
passiveListenerDefault type=PassiveListenerDefault, initial=PassiveListenerDefault::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 |