Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index 852d303065bc0c4159f0575d2b5c13c9fcad7f15..ec31acb2c8e9c35cd5be29d721686373be795dc4 100644 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -358,3 +358,10 @@ lowPriorityIframes initial=false |
reportWheelOverscroll initial=false |
mainResourceOnlyProgress 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 |