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

Unified Diff: chrome/browser/about_flags.cc

Issue 11416367: Add Opus decode wrapper to media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move opus support behind a flag, and add canPlayType support. Created 8 years 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 9ca65a095c09afb3c40ff0cb44f859f2382e8a4c..74e68b7819d4e982fb4ce88803f0e4fccd61ae11 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -635,6 +635,13 @@ const Experiment kExperiments[] = {
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableEncryptedMedia)
},
+ {
+ "enable-vp9-opus-playback",
xhwang 2012/12/13 08:33:13 does it make sense to have two flags?
fgalligan1 2012/12/13 22:30:14 I wasn't sure about that. But I didn't want to add
Tom Finegan 2012/12/13 23:20:00 I don't think so-- I don't think there's any benef
xhwang 2012/12/14 01:19:21 sg
+ IDS_FLAGS_ENABLE_VP9_OPUS_PLAYBACK_NAME,
+ IDS_FLAGS_ENABLE_VP9_OPUS_PLAYBACK_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableVp9OpusPlayback)
+ },
#if defined(USE_ASH)
{
"aura-google-dialog-frames",

Powered by Google App Engine
This is Rietveld 408576698