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

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: fixed !autoplaying behavior + test. Created 5 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: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 8fe8b25abc9c3bb9399305f016fdeecde9c96d4d..18b37391a5f3d2570de3b2276d07986f3f04bfae 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -374,3 +374,6 @@ fetchIncreaseAsyncScriptPriority initial=false
# of "layout-blocking" resources and provide a boost to resources that are needed
# as soon as possible for something currently on the screen.
fetchIncreasePriorities initial=false
+
+# The autoplay gesture override experiment is described in crbug.com/487345 .
+autoplayExperimentMode type=String, initial="off"

Powered by Google App Engine
This is Rietveld 408576698