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

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

Issue 1179223002: Implement autoplay gesture override experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed WebRuntimeFeatures.h whitespace-only change. Created 5 years, 5 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: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index b7d16f24b280cd4eb2dadfda01c8f7a5af9c96c0..48d2c1d4525c072c63c8912c78b8a7e23cbe1b9b 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -355,3 +355,10 @@ textTrackTextSize type=String
lowPriorityIframes initial=false
reportWheelOverscroll initial=false
+
+# The autoplay gesture override experiment is described in crbug.com/487345 .
+autoplayExperimentMode type=String
+# For the autoplay gesture override experiment, should the "optimized for
+# mobile" check be overridden? It doesn't work on desktop, but the tests
+# really should.
+overrideOptimizedForMobileCheck initial=false

Powered by Google App Engine
This is Rietveld 408576698