| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index ee3f81de6d1e280212edb9d1a8cb9fa21bc84d29..1bc2a24ca3067f847094961ecf561f2dc2ac01be 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -880,6 +880,10 @@
|
| #endif
|
|
|
| #if defined(OS_ANDROID)
|
| +// Disable user gesture requirement for media playback.
|
| +const char kDisableGestureRequirementForMediaPlayback[] =
|
| + "disable-gesture-requirement-for-media-playback";
|
| +
|
| // Disable the click delay by sending click events during double tap.
|
| const char kDisableClickDelay[] = "disable-click-delay";
|
|
|
|
|