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

Unified Diff: media/base/media_switches.h

Issue 10636036: Enable renderer side mixing behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renderer Side Mixing! Created 8 years, 5 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 28c4671167b97d81b3502189e4133250f98288cb..49382bf2241e59f7980747b400333b8506115ff9 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -29,6 +29,8 @@ MEDIA_EXPORT extern const char kVideoThreads[];
MEDIA_EXPORT extern const char kDisableAudioMixer[];
+MEDIA_EXPORT extern const char kEnableRendererSideMixing[];
scherkus (not reviewing) 2012/07/13 18:40:16 this should be a content switch, not a media switc
DaleCurtis 2012/07/13 21:28:33 Done.
+
} // namespace switches
#endif // MEDIA_BASE_MEDIA_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698