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

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

Issue 181833003: [Android] Out with the Android GR, in with the new unified C++ GR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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 ffe42e98feb041c2f59ec2d714c0e37264542a4c..1310a659a41d70bd3fd3e310facba16bf460d2bb 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
@@ -68,9 +68,6 @@ public abstract class ContentSwitches {
// Native switch - chrome_switches::kDisablePopupBlocking
public static final String DISABLE_POPUP_BLOCKING = "disable-popup-blocking";
- // Whether to disable the click delay by sending click events during double tap
- public static final String DISABLE_CLICK_DELAY = "disable-click-delay";
-
// Native switch - content_switches::kEnableOverlayFullscreenVideoSubtitle
public static final String ENABLE_OVERLAY_FULLSCREEN_VIDEO_SUBTITLE =
"enable-overlay-fullscreen-video-subtitle";

Powered by Google App Engine
This is Rietveld 408576698