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

Unified Diff: content/public/common/content_switches.cc

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: Fix type count 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/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index c9e7c102ab5cf69e3a2e7823dc3d3d2f7788cf86..463ab9c0c73ee37e2fe8fa4c845fa28dd97a2b52 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -1010,6 +1010,9 @@ const char kDisableGestureRequirementForMediaPlayback[] =
// Disable history logging for media elements.
const char kDisableMediaHistoryLogging[] = "disable-media-history";
+// Disable the click delay by sending click events during double tap.
+const char kDisableClickDelay[] = "disable-click-delay";
+
// Disable overscroll edge effects like those found in Android views.
const char kDisableOverscrollEdgeEffect[] = "disable-overscroll-edge-effect";

Powered by Google App Engine
This is Rietveld 408576698