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

Unified Diff: content/browser/media/media_capabilities_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_capabilities_browsertest.cc
diff --git a/content/browser/media/media_capabilities_browsertest.cc b/content/browser/media/media_capabilities_browsertest.cc
index ab5e639a9c10f109dffdcba49092ddacdb418845..2dd5286d302d9fb0fb9c08f680c0936a99fcabe9 100644
--- a/content/browser/media/media_capabilities_browsertest.cc
+++ b/content/browser/media/media_capabilities_browsertest.cc
@@ -42,7 +42,6 @@ class MediaCapabilitiesTest : public ContentBrowserTest {
command_line->AppendSwitchASCII(switches::kEnableBlinkFeatures,
"MediaCapabilities");
command_line->AppendSwitch(switches::kEnableNewVp9CodecString);
- command_line->AppendSwitch(switches::kEnableVp9InMp4);
}
std::string CanDecodeAudio(const std::string& content_type) {
@@ -104,7 +103,6 @@ IN_PROC_BROWSER_TEST_F(MediaCapabilitiesTest, VideoDecodeTypes) {
CanDecodeVideo("'video/mp4; codecs=\"avc1.42701E\"'"));
EXPECT_EQ(kPropSupported,
CanDecodeVideo("'video/mp4; codecs=\"avc1.42F01E\"'"));
- // Requires command line flag switches::kEnableVp9InMp4
EXPECT_EQ(kPropSupported,
CanDecodeVideo("'video/mp4; codecs=\"vp09.00.10.08\"'"));
« no previous file with comments | « content/browser/media/media_canplaytype_browsertest.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698