Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index db99799503e178616a9d835b94c34229dcea9e10..8ea53ce3c351797c595a2e63b8762aff86686d9a 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1173,7 +1173,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kEnablePepperTesting, |
#endif |
#if defined(ENABLE_WEBRTC) |
- switches::kEnableAudioTrackProcessing, |
+ switches::kDisableAudioTrackProcessing, |
switches::kDisableDeviceEnumeration, |
switches::kDisableWebRtcHWDecoding, |
switches::kDisableWebRtcHWEncoding, |