| Index: media/base/run_all_unittests.cc
|
| diff --git a/media/base/run_all_unittests.cc b/media/base/run_all_unittests.cc
|
| index c63f1dcb5d3dd06432fb52d1c228358fbfc3a3b1..1c4da930470abc80e72bd06b2f821e862bb3b92b 100644
|
| --- a/media/base/run_all_unittests.cc
|
| +++ b/media/base/run_all_unittests.cc
|
| @@ -41,6 +41,10 @@ void TestSuiteNoAtExit::Initialize() {
|
| media::InitializeMediaLibraryForTesting();
|
| CommandLine* cmd_line = CommandLine::ForCurrentProcess();
|
| cmd_line->AppendSwitch(switches::kEnableMP3StreamParser);
|
| +
|
| + // Enable Opus support for all media tests.
|
| + // TODO(vigneshv): Remove this once the Opus flag is removed or negated.
|
| + cmd_line->AppendSwitch(switches::kEnableOpusPlayback);
|
| }
|
|
|
| int main(int argc, char** argv) {
|
|
|