Chromium Code Reviews| 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"; |