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, |