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

Unified Diff: content/renderer/media/webrtc_local_audio_track.cc

Issue 293023003: Change kEnableAudioTrackProcessing to a disable flag and remove finch code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits to fix more bots. Created 6 years, 7 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
« no previous file with comments | « content/renderer/media/webrtc_audio_capturer_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webrtc_local_audio_track.cc
diff --git a/content/renderer/media/webrtc_local_audio_track.cc b/content/renderer/media/webrtc_local_audio_track.cc
index 22175f78c9917a4cc34593619f370d2ed073ff9c..95f34f64ea3987469bdacdc08bc7d2dee491d40e 100644
--- a/content/renderer/media/webrtc_local_audio_track.cc
+++ b/content/renderer/media/webrtc_local_audio_track.cc
@@ -113,7 +113,7 @@ void WebRtcLocalAudioTrack::OnSetFormat(
void WebRtcLocalAudioTrack::SetAudioProcessor(
const scoped_refptr<MediaStreamAudioProcessor>& processor) {
// if the |processor| does not have audio processing, which can happen if
- // kEnableAudioTrackProcessing is not set or all the constraints in
+ // kDisableAudioTrackProcessing is set set or all the constraints in
// the |processor| are turned off. In such case, we pass NULL to the
// adapter to indicate that no stats can be gotten from the processor.
adapter_->SetAudioProcessor(processor->has_audio_processing() ?
« no previous file with comments | « content/renderer/media/webrtc_audio_capturer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698