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

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

Issue 1110833004: Move audio focus control from media/ to content/ and make it per WebContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 d40be243491839841b67b0938bef35e8bb44ba91..0c29fc7f13c02ff18004a5dd1e05cbf089142aed 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
@@ -69,6 +69,10 @@ public abstract class ContentSwitches {
// Native switch kEnableCredentialManagerAPI
public static final String ENABLE_CREDENTIAL_MANAGER_API = "enable-credential-manager-api";
+ // Native switch kDisableGestureRequirementForMediaPlayback
+ public static final String DISABLE_GESTURE_REQUIREMENT_FOR_MEDIA_PLAYBACK =
+ "disable-gesture-requirement-for-media-playback";
+
// Prevent instantiation.
private ContentSwitches() {}
}

Powered by Google App Engine
This is Rietveld 408576698