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

Unified Diff: content/public/common/content_switches.cc

Issue 54383003: Added an "enable-audio-processor" flag and WebRtcAudioProcessor class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added unittest Created 7 years, 2 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 66403b20a9eed81804ff6ea4e784dd0afc84f048..6fe2e050a30513d1c8da95d61ca824d29d3f2b86 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -913,6 +913,9 @@ const char kZygoteCmdPrefix[] = "zygote-cmd-prefix";
const char kZygoteProcess[] = "zygote";
#if defined(ENABLE_WEBRTC)
+// Enable WebRtc audio processor in Chrome.
Henrik Grunell 2013/11/01 07:22:36 I think it would be nice to have a name (of both t
no longer working on chromium 2013/11/01 11:44:43 updated the comment a bit, and I am still opened t
+const char kEnableWebRtcAudioProcessor[] = "enable-audio-processor";
+
// Disable WebRTC device enumeration.
const char kDisableDeviceEnumeration[] = "disable-device-enumeration";

Powered by Google App Engine
This is Rietveld 408576698