summaryrefslogtreecommitdiff
path: root/media/base/run_all_unittests.cc
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-06-19 11:58:07 +0100
committerTorne (Richard Coles) <torne@google.com>2013-06-19 11:58:07 +0100
commit7d4cd473f85ac64c3747c96c277f9e506a0d2246 (patch)
treef5fecd524f5ac22cd38bcc6713b81f666730d5a1 /media/base/run_all_unittests.cc
parent84f2b2352908c30e40ae12ffe850dd8470f6c048 (diff)
downloadchromium_org-7d4cd473f85ac64c3747c96c277f9e506a0d2246.tar.gz
Merge from Chromium at DEPS revision r207203
This commit was generated by merge_to_master.py. Change-Id: I5fbb6854d092096c4d39edc2865a48be1b53c418
Diffstat (limited to 'media/base/run_all_unittests.cc')
-rw-r--r--media/base/run_all_unittests.cc5
1 files changed, 1 insertions, 4 deletions
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);
}