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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2851453003: Revert of Rename kDisableGestureRequirementForMediaPlayback and make it a test-only flag. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/media/defer_background_media_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index b7e1a374b3ddab5ae317e48030d5b82b96458625..7fdd922f714d206b4b82dc66f049f2d16b537e73 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -653,6 +653,13 @@
const char kEnableTokenBindingDescription[] = "Enable Token Binding support.";
+const char kGestureRequirementForMediaPlaybackName[] =
+ "Gesture requirement for media playback";
+
+const char kGestureRequirementForMediaPlaybackDescription[] =
+ "User gesture requirement for playing media elements. Disabling this "
+ "will allow autoplay to work.";
+
const char kPassiveDocumentEventListenersDescription[] =
"Forces touchstart, and touchmove event listeners on document level "
"targets (which haven't requested otherwise) to be treated as passive.";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/media/defer_background_media_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698