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

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

Issue 2655413004: Strip out stream counting from AudioRendererHost. (Closed)
Patch Set: Add moar DCHECKs. Created 3 years, 10 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_impl.cc
diff --git a/content/browser/renderer_host/media/audio_output_delegate_impl.cc b/content/browser/renderer_host/media/audio_output_delegate_impl.cc
index b51b2533d5730d046ca2d7bf2d8c66d090be2585..84aecefb791193a916cfabd098467357d37c52be 100644
--- a/content/browser/renderer_host/media/audio_output_delegate_impl.cc
+++ b/content/browser/renderer_host/media/audio_output_delegate_impl.cc
@@ -180,7 +180,6 @@ void AudioOutputDelegateImpl::UpdatePlayingState(bool playing) {
return;
playing_ = playing;
- subscriber_->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