Commit 825acc5c authored by Per Åhgren's avatar Per Åhgren Committed by Commit Bot

Removing calls to deprecated method UpdateHistogramsOnCallEnd

Bug: webrtc:5298
Change-Id: Ie51de26cfe002d087ebc919586e9b3f75aa35ced
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594530Reviewed-by: default avatarOlga Sharonova <olka@chromium.org>
Commit-Queue: Per Åhgren <peah@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662602}
parent 1eb84058
...@@ -378,7 +378,6 @@ void MediaStreamAudioProcessor::Stop() { ...@@ -378,7 +378,6 @@ void MediaStreamAudioProcessor::Stop() {
if (!audio_processing_.get()) if (!audio_processing_.get())
return; return;
audio_processing_.get()->UpdateHistogramsOnCallEnd();
blink::StopEchoCancellationDump(audio_processing_.get()); blink::StopEchoCancellationDump(audio_processing_.get());
worker_queue_.reset(nullptr); worker_queue_.reset(nullptr);
......
...@@ -75,8 +75,6 @@ AudioProcessor::AudioProcessor(const AudioParameters& audio_parameters, ...@@ -75,8 +75,6 @@ AudioProcessor::AudioProcessor(const AudioParameters& audio_parameters,
AudioProcessor::~AudioProcessor() { AudioProcessor::~AudioProcessor() {
StopEchoCancellationDump(); StopEchoCancellationDump();
if (audio_processing_)
audio_processing_->UpdateHistogramsOnCallEnd();
} }
// Process the audio from source and return a pointer to the processed data. // Process the audio from source and return a pointer to the processed data.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment