| 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 1af3303c832c5faef5944fad9b144333ed790a48..d34dc04b0873e09277777b222454012a36b6680d 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -146,10 +146,6 @@ bool ShellMainDelegate::BasicStartupComplete(int* exit_code) {
|
| 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(
|
|
|