From 7d4cd473f85ac64c3747c96c277f9e506a0d2246 Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" Date: Wed, 19 Jun 2013 11:58:07 +0100 Subject: Merge from Chromium at DEPS revision r207203 This commit was generated by merge_to_master.py. Change-Id: I5fbb6854d092096c4d39edc2865a48be1b53c418 --- media/base/run_all_unittests.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'media/base/run_all_unittests.cc') diff --git a/media/base/run_all_unittests.cc b/media/base/run_all_unittests.cc index 4a6d272b9a..4274634d0b 100644 --- a/media/base/run_all_unittests.cc +++ b/media/base/run_all_unittests.cc @@ -34,13 +34,10 @@ void TestSuiteNoAtExit::Initialize() { // Run this here instead of main() to ensure an AtExitManager is already // present. media::InitializeMediaLibraryForTesting(); - // Enable VP9 video codec support for all media tests. - // TODO(tomfinegan): Remove this once the VP9 flag is removed or negated. - CommandLine* cmd_line = CommandLine::ForCurrentProcess(); - cmd_line->AppendSwitch(switches::kEnableVp9Playback); // Enable VP8 alpha support for all media tests. // TODO(tomfinegan): Remove this once the VP8 alpha flag is removed or // negated. + CommandLine* cmd_line = CommandLine::ForCurrentProcess(); cmd_line->AppendSwitch(switches::kEnableVp8AlphaPlayback); } -- cgit v1.2.3