diff --git a/content/renderer/media/media_stream_audio_processor.cc b/content/renderer/media/media_stream_audio_processor.cc index 729bf3d9e1d3e..f0471a9d9452f 100644 --- a/content/renderer/media/media_stream_audio_processor.cc +++ b/content/renderer/media/media_stream_audio_processor.cc @@ -481,7 +481,7 @@ void MediaStreamAudioProcessor::InitializeAudioProcessingModule( if (goog_experimental_ns) config.Set<webrtc::ExperimentalNs>(new webrtc::ExperimentalNs(true)); if (IsDelayAgnosticAecEnabled()) - config.Set<webrtc::ReportedDelay>(new webrtc::ReportedDelay(false)); + config.Set<webrtc::DelayAgnostic>(new webrtc::DelayAgnostic(true)); if (goog_beamforming) { ConfigureBeamforming(&config, audio_constraints.GetPropertyAsString( MediaAudioConstraints::kGoogArrayGeometry));