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

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

Issue 2655413004: Strip out stream counting from AudioRendererHost. (Closed)
Patch Set: Fix all teh tests. 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,

Powered by Google App Engine
This is Rietveld 408576698