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

Unified Diff: content/browser/renderer_host/media/audio_output_delegate.cc

Issue 2655413004: Strip out stream counting from AudioRendererHost. (Closed)
Patch Set: Created 3 years, 11 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: content/browser/renderer_host/media/audio_output_delegate.cc
diff --git a/content/browser/renderer_host/media/audio_output_delegate.cc b/content/browser/renderer_host/media/audio_output_delegate.cc
index 32d936eb3f69ad35c575347c5cc2584cddbdb736..74bccadcc4daa50775853b8843b43da71b2a435c 100644
--- a/content/browser/renderer_host/media/audio_output_delegate.cc
+++ b/content/browser/renderer_host/media/audio_output_delegate.cc
@@ -162,7 +162,6 @@ void AudioOutputDelegate::UpdatePlayingState(bool playing) {
return;
playing_ = playing;
- handler_->OnStreamStateChanged(playing);
if (playing) {
// Note that this takes a reference to |controller_|, and
// (Start|Stop)MonitoringStream calls are async, so we don't have a

Powered by Google App Engine
This is Rietveld 408576698