summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_manager.h
diff options
context:
space:
mode:
authorxians@chromium.org <xians@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-05 14:56:15 +0000
committerxians@chromium.org <xians@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-05 14:56:15 +0000
commitb11d82e170f4193964b1d9ac80dce863546c8c3a (patch)
tree3180080aadeeca92ea613bfe3a0713157f333463 /media/audio/audio_manager.h
parentffe56ba5c6d94580b52645c9b36d22b0e17ba66e (diff)
downloadchromium_src-b11d82e170f4193964b1d9ac80dce863546c8c3a.zip
chromium_src-b11d82e170f4193964b1d9ac80dce863546c8c3a.tar.gz
chromium_src-b11d82e170f4193964b1d9ac80dce863546c8c3a.tar.bz2
Removed the IsRecordingInProcess check for speech since it is not needed.
The check is wrong since other clients doing capturing should not prevent speech start recording. BUG=238800 TEST=goto www.corp.google.com/~dou/audio/audio_speech_crash/speech_input.html, the speech recognizer should work on ChromeOS R=dalecurtis@chromium.org, joi@chromium.org, primiano@chromium.org Review URL: https://codereview.chromium.org/16286010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204260 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/audio/audio_manager.h')
-rw-r--r--media/audio/audio_manager.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h
index 5bae020..88845fb 100644
--- a/media/audio/audio_manager.h
+++ b/media/audio/audio_manager.h
@@ -106,9 +106,6 @@ class MEDIA_EXPORT AudioManager {
virtual AudioInputStream* MakeAudioInputStream(
const AudioParameters& params, const std::string& device_id) = 0;
- // Used to determine if something else is currently making use of audio input.
- virtual bool IsRecordingInProcess() = 0;
-
// Returns message loop used for audio IO.
virtual scoped_refptr<base::MessageLoopProxy> GetMessageLoop() = 0;