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

Unified Diff: media/base/media_switches.cc

Issue 10834159: Put browser side mixing back behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « media/base/media_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/media_switches.cc
diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc
index 06232c6aef4aa9639574148e62257754a051cc5b..1d69a1d673f918170ad71578c10334d6c7d9ac19 100644
--- a/media/base/media_switches.cc
+++ b/media/base/media_switches.cc
@@ -35,7 +35,7 @@ const char kEnableExclusiveAudio[] = "enable-exclusive-audio";
// Set number of threads to use for video decoding.
const char kVideoThreads[] = "video-threads";
-// Disables browser-side audio mixer.
-const char kDisableAudioMixer[] = "disable-audio-mixer";
+// Enable browser-side audio mixer.
+const char kEnableAudioMixer[] = "enable-audio-mixer";
} // namespace switches
« no previous file with comments | « media/base/media_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698