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

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

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
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 c3fa172ee32553408171b5f8f4828859915f2fa7..8b770efbefcfde0d968a02c4b29a9da561e380fb 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
@@ -45,6 +45,10 @@
// 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";
+
// 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