| 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 9b0d6255ee11d4084220d223bf3cdbddcbdd3659..d79b82f8f666cc2fb60e8ea885f09e28154cc851 100644
|
| --- a/third_party/WebKit/Source/core/frame/Settings.in
|
| +++ b/third_party/WebKit/Source/core/frame/Settings.in
|
| @@ -419,3 +419,7 @@ cssExternalScannerNoPreload initial=false
|
| cssExternalScannerPreload initial=false
|
|
|
| browserSideNavigationEnabled initial=false
|
| +
|
| +# Some platforms have media subsystems which are too buggy to allow preloading
|
| +# of content by default. See http://crbug.com/612909 for details.
|
| +forcePreloadNoneForMediaElements initial=false
|
|
|