| Index: content/shell/app/shell_main_delegate.cc
|
| diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
|
| index d34dc04b0873e09277777b222454012a36b6680d..1af3303c832c5faef5944fad9b144333ed790a48 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -146,6 +146,10 @@
|
| command_line.AppendSwitchASCII(switches::kTouchEvents,
|
| switches::kTouchEventsEnabled);
|
| command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0");
|
| +#if defined(OS_ANDROID)
|
| + command_line.AppendSwitch(
|
| + switches::kDisableGestureRequirementForMediaPlayback);
|
| +#endif
|
|
|
| if (!command_line.HasSwitch(switches::kStableReleaseMode)) {
|
| command_line.AppendSwitch(
|
|
|