Index: content/browser/renderer_host/media/audio_renderer_host.h |
diff --git a/content/browser/renderer_host/media/audio_renderer_host.h b/content/browser/renderer_host/media/audio_renderer_host.h |
index 794cc71142f07794767646ca54543d5ba0d50b31..917dc2aa0f5d6e9148118a81b3d7a8aa94c0e56c 100644 |
--- a/content/browser/renderer_host/media/audio_renderer_host.h |
+++ b/content/browser/renderer_host/media/audio_renderer_host.h |
@@ -109,9 +109,6 @@ class CONTENT_EXPORT AudioRendererHost : public BrowserMessageFilter { |
// Pause the audio stream referenced by |stream_id|. |
void OnPauseStream(int stream_id); |
- // Discard all audio data in stream referenced by |stream_id|. |
- void OnFlushStream(int stream_id); |
- |
// Close the audio stream referenced by |stream_id|. |
void OnCloseStream(int stream_id); |