| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 1bc2a24ca3067f847094961ecf561f2dc2ac01be..ee3f81de6d1e280212edb9d1a8cb9fa21bc84d29 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -880,10 +880,6 @@ const char kEnableWebRtcHWVp8Encoding[] = "enable-webrtc-hw-vp8-encoding";
|
| #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";
|
|
|
|
|