| Index: content/browser/media/media_browsertest.cc
|
| diff --git a/content/browser/media/media_browsertest.cc b/content/browser/media/media_browsertest.cc
|
| index 8997c57ada3f5b349e8dfc20a8173154b821dc85..b3dffc714ffb0052435134ed6e7f411a94566733 100644
|
| --- a/content/browser/media/media_browsertest.cc
|
| +++ b/content/browser/media/media_browsertest.cc
|
| @@ -35,8 +35,7 @@
|
| const char MediaBrowserTest::kError[] = "error";
|
|
|
| void MediaBrowserTest::SetUpCommandLine(base::CommandLine* command_line) {
|
| - command_line->AppendSwitch(
|
| - switches::kDisableGestureRequirementForMediaPlayback);
|
| + command_line->AppendSwitch(switches::kIgnoreAutoplayRestrictionsForTests);
|
| command_line->AppendSwitch(switches::kEnableVp9InMp4);
|
| }
|
|
|
|
|