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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 54383003: Added an "enable-audio-processor" flag and WebRtcAudioProcessor class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed the comment in content_switches.cc Created 7 years, 1 month 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
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/media/webrtc_audio_processor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9272403532657027fb3e247cf62b5d4bc60786ab..89aa9fd73de6f084e488df3636c14aa52994af98 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,
piman 2013/11/12 19:51:27 Please add to kForwardSwitches in chrome/browser/c
no longer working on chromium 2013/11/13 17:19:34 Done.
switches::kDisableDeviceEnumeration,
switches::kDisableSCTPDataChannels,
switches::kDisableWebRtcHWDecoding,
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | content/renderer/media/webrtc_audio_processor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698