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

Unified Diff: chrome/browser/about_flags.cc

Issue 453023002: Revert of Enable HTMLMediaElement@autoplay on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 7ec8a31ade167204b958e457791406ec00620066..6b8e4ac970a9e3bd62f36b5bebd8ece6c0af6cf9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1279,6 +1279,15 @@
kOsAll,
MULTI_VALUE_TYPE(kDefaultTileHeightChoices)
},
+#if defined(OS_ANDROID)
+ {
+ "disable-gesture-requirement-for-media-playback",
+ IDS_FLAGS_DISABLE_GESTURE_REQUIREMENT_FOR_MEDIA_PLAYBACK_NAME,
+ IDS_FLAGS_DISABLE_GESTURE_REQUIREMENT_FOR_MEDIA_PLAYBACK_DESCRIPTION,
+ kOsAndroid,
+ SINGLE_VALUE_TYPE(switches::kDisableGestureRequirementForMediaPlayback)
+ },
+#endif
#if defined(OS_CHROMEOS)
{
"enable-virtual-keyboard",

Powered by Google App Engine
This is Rietveld 408576698