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 e5f4997c7c1fa5a455d419429ba41aa1e59837f5..d83973059f967580035be11a7e9b7353b785a928 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1048,6 +1048,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer( |
switches::kDisablePepper3d, |
#endif |
#if defined(ENABLE_WEBRTC) |
+ switches::kEnableAudioTrackProcessing, |
switches::kDisableDeviceEnumeration, |
switches::kDisableSCTPDataChannels, |
switches::kDisableWebRtcHWDecoding, |