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

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

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.h
diff --git a/content/browser/renderer_host/media/audio_output_delegate.h b/content/browser/renderer_host/media/audio_output_delegate.h
index 2744295acb9a810d9bd9cc060947e211fa3d5a0e..24a7245bbfcbce70ac158c63ab08bebc0058a9f1 100644
--- a/content/browser/renderer_host/media/audio_output_delegate.h
+++ b/content/browser/renderer_host/media/audio_output_delegate.h
@@ -42,9 +42,6 @@ class CONTENT_EXPORT AudioOutputDelegate
// All these methods are called on the IO thread.
- // Called when the state changes between playing and not playing.
- virtual void OnStreamStateChanged(bool playing) = 0;
-
// Called when construction is finished and the stream is ready for
// playout.
virtual void OnStreamCreated(int stream_id,

Powered by Google App Engine
This is Rietveld 408576698