| 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 52056add5b459f2e29fd717700589c0a27c00c2a..a243d52fd01ee7c9131dcf4b1014c701b687ac26 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -376,6 +376,11 @@ historyEntryRequiresUserGesture initial=false
|
| preferHiddenVolumeControls initial=false
|
|
|
| # Whether to disallow network fetches for parser blocking scripts in the main
|
| +# frame inserted via document.write, for users on 2G or connections that are
|
| +# effectively 2G.
|
| +disallowFetchForDocWrittenScriptsInMainFrameIfEffectively2G initial=false
|
| +
|
| +# Whether to disallow network fetches for parser blocking scripts in the main
|
| # frame inserted via document.write, for users on slow connections.
|
| disallowFetchForDocWrittenScriptsInMainFrameOnSlowConnections initial=false
|
|
|
|
|