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

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

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.h
diff --git a/content/browser/renderer_host/media/audio_output_delegate.h b/content/browser/renderer_host/media/audio_output_delegate.h
index 4afe6c65635aa41bcd5c423393ea36d2c3e3c231..1bab027b59cff01a3fd6bcc28e873382f0d098a0 100644
--- a/content/browser/renderer_host/media/audio_output_delegate.h
+++ b/content/browser/renderer_host/media/audio_output_delegate.h
@@ -31,9 +31,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,
« no previous file with comments | « content/browser/media/audio_stream_monitor.cc ('k') | content/browser/renderer_host/media/audio_output_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698