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

Unified Diff: trunk/src/content/renderer/media/media_stream_audio_processor.h

Issue 318383002: Revert 275781 "Revert 273044 "Change kEnableAudioTrackProcessing..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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
Index: trunk/src/content/renderer/media/media_stream_audio_processor.h
===================================================================
--- trunk/src/content/renderer/media/media_stream_audio_processor.h (revision 275781)
+++ trunk/src/content/renderer/media/media_stream_audio_processor.h (working copy)
@@ -46,8 +46,8 @@
NON_EXPORTED_BASE(public WebRtcPlayoutDataSource::Sink),
NON_EXPORTED_BASE(public AudioProcessorInterface) {
public:
- // Returns true if |kEnableAudioTrackProcessing| is on or if the
- // |MediaStreamAudioTrackProcessing| finch experiment is enabled.
+ // Returns false if |kDisableAudioTrackProcessing| is set to true, otherwise
+ // returns true.
static bool IsAudioTrackProcessingEnabled();
// |playout_data_source| is used to register this class as a sink to the
« no previous file with comments | « trunk/src/content/public/common/content_switches.cc ('k') | trunk/src/content/renderer/media/media_stream_audio_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698