| Index: content/public/browser/speech_recognition_manager.h
|
| diff --git a/content/public/browser/speech_recognition_manager.h b/content/public/browser/speech_recognition_manager.h
|
| index 229f48e468c6652714a103d458cc4e936e6da183..c67d46484748ce2aa69da27253881e5645f665d3 100644
|
| --- a/content/public/browser/speech_recognition_manager.h
|
| +++ b/content/public/browser/speech_recognition_manager.h
|
| @@ -78,9 +78,6 @@ class SpeechRecognitionManager {
|
| // Returns true if the OS reports existence of audio recording devices.
|
| virtual bool HasAudioInputDevices() = 0;
|
|
|
| - // Used to determine if something else is currently making use of audio input.
|
| - virtual bool IsCapturingAudio() = 0;
|
| -
|
| // Returns a human readable string for the model/make of the active audio
|
| // input device for this computer.
|
| virtual string16 GetAudioInputDeviceModel() = 0;
|
|
|