| Index: trunk/src/content/renderer/media/media_stream_audio_processor.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/media/media_stream_audio_processor.h (revision 275780)
|
| +++ 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 false if |kDisableAudioTrackProcessing| is set to true, otherwise
|
| - // returns true.
|
| + // Returns true if |kEnableAudioTrackProcessing| is on or if the
|
| + // |MediaStreamAudioTrackProcessing| finch experiment is enabled.
|
| static bool IsAudioTrackProcessingEnabled();
|
|
|
| // |playout_data_source| is used to register this class as a sink to the
|
|
|