Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: third_party/WebKit/Source/core/frame/Settings.in

Issue 2344353003: Force preload=none and disable autoplay on lowend Android devices. (Closed)
Patch Set: Fix enum namespace. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 29e768238341c3a73fafad0309244c50add99a60..52056add5b459f2e29fd717700589c0a27c00c2a 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

Powered by Google App Engine
This is Rietveld 408576698