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 |