diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-15 21:42:30 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-15 21:42:30 +0000 |
commit | 173a67478ae1edc460b8a67e5e91a15849117fda (patch) | |
tree | dd335c84a7a146f94037b2811651420d4191fa88 /media/base/run_all_unittests.cc | |
parent | 82c6632d7c983bacb05016813777c039a3de0b55 (diff) | |
download | chromium_src-173a67478ae1edc460b8a67e5e91a15849117fda.zip chromium_src-173a67478ae1edc460b8a67e5e91a15849117fda.tar.gz chromium_src-173a67478ae1edc460b8a67e5e91a15849117fda.tar.bz2 |
Revert 235405 "Revert 235337 "media: Enabling Opus playback by d..."
Will change the test expectations instead: crrev.com/71653011
> Revert 235337 "media: Enabling Opus playback by default."
>
> Very likely breaks media/media-can-play-ogg.html and media/media-can-play-webm.html in webkit layout tests. Reverting to confirm.
>
> > media: Enabling Opus playback by default.
> >
> > Flipping the flag for Opus playback from disabled by default
> > to enabled by default. Changing the name of the flag to
> > "disable-opus-playback".
> >
> > TEST=media_unittests
> > BUG=315606
> > TBR=cpu
> >
> > Review URL: https://codereview.chromium.org/62183002
>
> TBR=vigneshv@chromium.org
>
> Review URL: https://codereview.chromium.org/74303002
TBR=zmo@chromium.org
Review URL: https://codereview.chromium.org/63643005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235430 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/run_all_unittests.cc')
-rw-r--r-- | media/base/run_all_unittests.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media/base/run_all_unittests.cc b/media/base/run_all_unittests.cc index fe097f1..f1a0092 100644 --- a/media/base/run_all_unittests.cc +++ b/media/base/run_all_unittests.cc @@ -41,10 +41,6 @@ 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) { |