diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 23:37:51 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 23:37:51 +0000 |
commit | 05643d0f9575c171f13e7f30ea0f1d4520855f87 (patch) | |
tree | 8b06bb5488b99cbfc0e3e6af8b721b6627048f14 /media/audio/audio_io.h | |
parent | 200c9187bd8029de9a6d4665082c7bf358c62829 (diff) | |
download | chromium_src-05643d0f9575c171f13e7f30ea0f1d4520855f87.zip chromium_src-05643d0f9575c171f13e7f30ea0f1d4520855f87.tar.gz chromium_src-05643d0f9575c171f13e7f30ea0f1d4520855f87.tar.bz2 |
Remove an unused OnClose() method from AudioInputCallback.
BUG=328357
Review URL: https://codereview.chromium.org/107093010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/audio/audio_io.h')
-rw-r--r-- | media/audio/audio_io.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media/audio/audio_io.h b/media/audio/audio_io.h index 473af0d..db31902 100644 --- a/media/audio/audio_io.h +++ b/media/audio/audio_io.h @@ -117,10 +117,6 @@ class MEDIA_EXPORT AudioInputStream { uint32 size, uint32 hardware_delay_bytes, double volume) = 0; - // The stream is done with this callback, the last call received by this - // audio sink. - virtual void OnClose(AudioInputStream* stream) = 0; - // There was an error while recording audio. The audio sink cannot be // destroyed yet. No direct action needed by the AudioInputStream, but it // is a good place to stop accumulating sound data since is is likely that |