| 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 b3efdc1ec5c0de0bcd61dd20673761833af5db12..a723a39d2fa5ef9e1be18a01feb6d1be533ae362 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -181,8 +181,7 @@
|
| switches::kTouchEventFeatureDetectionEnabled);
|
| if (!command_line.HasSwitch(switches::kForceDeviceScaleFactor))
|
| command_line.AppendSwitchASCII(switches::kForceDeviceScaleFactor, "1.0");
|
| - command_line.AppendSwitch(
|
| - switches::kDisableGestureRequirementForMediaPlayback);
|
| + command_line.AppendSwitch(switches::kIgnoreAutoplayRestrictionsForTests);
|
|
|
| if (!command_line.HasSwitch(switches::kStableReleaseMode)) {
|
| command_line.AppendSwitch(
|
|
|