| Index: chrome/browser/speech/speech_input_extension_manager.h
|
| diff --git a/chrome/browser/speech/speech_input_extension_manager.h b/chrome/browser/speech/speech_input_extension_manager.h
|
| index a6f3b14aca11d39e4c6b125f0388f9c3305571a1..77ff59af8272954301c00f972de0d501c45a40a0 100644
|
| --- a/chrome/browser/speech/speech_input_extension_manager.h
|
| +++ b/chrome/browser/speech/speech_input_extension_manager.h
|
| @@ -45,7 +45,7 @@ class SpeechInputExtensionInterface {
|
|
|
| virtual void StopRecording(bool recognition_failed) = 0;
|
| virtual bool HasAudioInputDevices() = 0;
|
| - virtual bool IsRecordingInProcess() = 0;
|
| + virtual bool IsCapturingAudio() = 0;
|
|
|
| // Called from the UI thread.
|
| virtual bool HasValidRecognizer() = 0;
|
| @@ -138,7 +138,7 @@ class SpeechInputExtensionManager
|
|
|
| private:
|
| // SpeechInputExtensionInterface methods:
|
| - virtual bool IsRecordingInProcess() OVERRIDE;
|
| + virtual bool IsCapturingAudio() OVERRIDE;
|
| virtual bool HasAudioInputDevices() OVERRIDE;
|
| virtual bool HasValidRecognizer() OVERRIDE;
|
| virtual void StartRecording(
|
|
|