| Index: media/base/run_all_unittests.cc
|
| diff --git a/media/base/run_all_unittests.cc b/media/base/run_all_unittests.cc
|
| index f0c3a6b9a3ae7fb62c3893c3f37ae32884ecdaa5..917e669ea318cf18ec85c8d18b13cac826a2efd7 100644
|
| --- a/media/base/run_all_unittests.cc
|
| +++ b/media/base/run_all_unittests.cc
|
| @@ -37,6 +37,8 @@ void TestSuiteNoAtExit::Initialize() {
|
| // Run this here instead of main() to ensure an AtExitManager is already
|
| // present.
|
| media::InitializeMediaLibraryForTesting();
|
| + CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
| + cmd_line->AppendSwitch(switches::kEnableMP3StreamParser);
|
| }
|
|
|
| int main(int argc, char** argv) {
|
|
|