| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index d6c6aa608474bc985cc15b8ea492a7bd3b7ff870..89ea053f9dd7707a247733bf0ccec2f784af07ba 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -1007,6 +1007,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";
|
|
|
|
|