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

Unified Diff: content/public/common/content_switches.cc

Issue 2640143002: Allow autoplay unmuted for WebAPK in the manifest scope (Closed)
Patch Set: fixed Android build and layout tests Created 3 years, 10 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 6d1f4a32610b68e601ebc24fdd1d0dd7a73fa6d5..35e4831c0e445e7445ff6645c8a4113dc6737442 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -983,6 +983,10 @@ const char kEnableContentIntentDetection[] =
// Enable drag manipulation of longpress-triggered text selections.
const char kEnableLongpressDragSelection[] = "enable-longpress-drag-selection";
+// Disable gesture requirement for media playback in the specified whitelist.
+const char kMediaPlaybackGestureWhitelistScope[] =
+ "media-playback-gesture-whitelist-scope";
+
// The telephony region (ISO country code) to use in phone number detection.
const char kNetworkCountryIso[] = "network-country-iso";

Powered by Google App Engine
This is Rietveld 408576698