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"; |