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