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

Unified Diff: media/base/run_all_unittests.cc

Issue 23454006: Implement experimental MP3 support for Media Source API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added Icecast test. Created 7 years, 3 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: media/base/run_all_unittests.cc
diff --git a/media/base/run_all_unittests.cc b/media/base/run_all_unittests.cc
index 28ef5c68f7a6a71937b593770241f47deeabfbcd..ed65f250bc520d8c2ecc2debf74195847818393a 100644
--- a/media/base/run_all_unittests.cc
+++ b/media/base/run_all_unittests.cc
@@ -42,6 +42,7 @@ void TestSuiteNoAtExit::Initialize() {
// negated.
CommandLine* cmd_line = CommandLine::ForCurrentProcess();
cmd_line->AppendSwitch(switches::kEnableVp8AlphaPlayback);
+ cmd_line->AppendSwitch(switches::kEnableMP3StreamParser);
}
int main(int argc, char** argv) {

Powered by Google App Engine
This is Rietveld 408576698