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

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

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/android/java/src/org/chromium/content/common/ContentSwitches.java
diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
index fc5cc565e9b1d7665ebf0777d8b81675e30265c6..a38e3d8cafdc0927d16a57fa783157803c1a0fae 100644
--- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
+++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
@@ -49,6 +49,10 @@ public abstract class ContentSwitches {
public static final String DISABLE_GESTURE_REQUIREMENT_FOR_MEDIA_PLAYBACK =
"disable-gesture-requirement-for-media-playback";
+ // Native switch kMediaPlaybackGestureWhitelistScope
+ public static final String MEDIA_PLAYBACK_GESTURE_WHITELIST_SCOPE =
+ "media-playback-gesture-whitelist-scope";
+
// Native switch kDisableGestureRequirementForPresentation
public static final String DISABLE_GESTURE_REQUIREMENT_FOR_PRESENTATION =
"disable-gesture-requirement-for-presentation";

Powered by Google App Engine
This is Rietveld 408576698