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

Unified Diff: media/base/media_switches.h

Issue 10928147: Flip AudioOutputResampler to on by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo. Created 8 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/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 53c920aea6428f0c87646f101dc0c57ba9315941..f5106b0e3e6edb6fada97b10e67511375076e21c 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -31,9 +31,9 @@ MEDIA_EXPORT extern const char kEnableExclusiveAudio[];
MEDIA_EXPORT extern const char kVideoThreads[];
-MEDIA_EXPORT extern const char kEnableAudioMixer[];
+MEDIA_EXPORT extern const char kDisableAudioOutputResampler[];
-MEDIA_EXPORT extern const char kEnableAudioOutputResampler[];
+MEDIA_EXPORT extern const char kEnableAudioMixer[];
MEDIA_EXPORT extern const char kEnableWebAudioInput[];

Powered by Google App Engine
This is Rietveld 408576698