Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: content/browser/media/media_browsertest.cc

Issue 2928873002: Enable VP9 in MP4 by default (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/media/media_browsertest.cc
diff --git a/content/browser/media/media_browsertest.cc b/content/browser/media/media_browsertest.cc
index b3dffc714ffb0052435134ed6e7f411a94566733..0cdfc5eeb7f197719fcc52aa8248c641408b3845 100644
--- a/content/browser/media/media_browsertest.cc
+++ b/content/browser/media/media_browsertest.cc
@@ -36,7 +36,6 @@ const char MediaBrowserTest::kError[] = "error";
void MediaBrowserTest::SetUpCommandLine(base::CommandLine* command_line) {
command_line->AppendSwitch(switches::kIgnoreAutoplayRestrictionsForTests);
- command_line->AppendSwitch(switches::kEnableVp9InMp4);
}
void MediaBrowserTest::RunMediaTestPage(const std::string& html_page,

Powered by Google App Engine
This is Rietveld 408576698