Index: media/audio/audio_io.h |
diff --git a/media/audio/audio_io.h b/media/audio/audio_io.h |
index db31902bb7c4e977b2bc6e79b06e0b30a3967c9a..f6151e094e13afac29bde85e82b6b2ad7b19dc43 100644 |
--- a/media/audio/audio_io.h |
+++ b/media/audio/audio_io.h |
@@ -63,10 +63,6 @@ class MEDIA_EXPORT AudioOutputStream { |
virtual int OnMoreData(AudioBus* dest, |
AudioBuffersState buffers_state) = 0; |
- virtual int OnMoreIOData(AudioBus* source, |
- AudioBus* dest, |
- AudioBuffersState buffers_state) = 0; |
- |
// There was an error while playing a buffer. Audio source cannot be |
// destroyed yet. No direct action needed by the AudioStream, but it is |
// a good place to stop accumulating sound data since is is likely that |