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

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

Issue 37793005: move the APM to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added a switch, it uses the APM in WebRtc if the switch is off, otherwise use the APM in Chrome. 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 97ac38cc5ee13bbe3e4c46233f2cb21cef1ecff3..12eebecfbd8de176755dd93f2b278d37d26ab0f0 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.
+const char kEnableWebRtcAudioProcessor[] = "enable-audio-processor";
Henrik Grunell 2013/10/31 11:56:12 I think the name should reflect that the switch ch
+
// Disable WebRTC device enumeration.
const char kDisableDeviceEnumeration[] = "disable-device-enumeration";

Powered by Google App Engine
This is Rietveld 408576698