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

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

Issue 1660193007: [Presentation API] Adding a flag to disable gesture check for starting presentations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 8fc8302513eec6206d3a2064eca42b7f991be414..f1d817e9e6d2b0352e8ea72e41021161b54dc3d1 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
@@ -63,6 +63,10 @@ public abstract class ContentSwitches {
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 =
whywhat 2016/02/04 20:39:08 I don't think you need this change (do we use it f
Zhiqiang Zhang (Slow) 2016/02/05 16:20:33 Done.
+ "disable-gesture-requirement-for-presentation";
+
// Native switch kRendererProcessLimit
public static final String RENDER_PROCESS_LIMIT = "renderer-process-limit";

Powered by Google App Engine
This is Rietveld 408576698