| 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 79630435af522678322e9fd45b3d31e4d8194f45..cc10241b4a6e3366d8dc58da0e16b4314a4de8cb 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -415,3 +415,8 @@ 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
|
| +
|
| +# 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
|
|
|