| Index: content/renderer/media/media_stream_audio_processor.cc
|
| diff --git a/content/renderer/media/media_stream_audio_processor.cc b/content/renderer/media/media_stream_audio_processor.cc
|
| index 014d2d90125cdf6e2cdc0f8ef1dbd6b2e7966e43..2a3a08e962089a58757dd0aa3e2615e0abb036b5 100644
|
| --- a/content/renderer/media/media_stream_audio_processor.cc
|
| +++ b/content/renderer/media/media_stream_audio_processor.cc
|
| @@ -488,7 +488,7 @@ void MediaStreamAudioProcessor::InitializeAudioProcessingModule(
|
| // Experimental options provided at creation.
|
| webrtc::Config config;
|
| if (goog_experimental_aec)
|
| - config.Set<webrtc::DelayCorrection>(new webrtc::DelayCorrection(true));
|
| + config.Set<webrtc::ExtendedFilter>(new webrtc::ExtendedFilter(true));
|
| if (goog_experimental_ns)
|
| config.Set<webrtc::ExperimentalNs>(new webrtc::ExperimentalNs(true));
|
| if (IsDelayAgnosticAecEnabled())
|
|
|