diff options
Diffstat (limited to 'chrome/browser/speech/speech_input_manager.h')
-rw-r--r-- | chrome/browser/speech/speech_input_manager.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/speech/speech_input_manager.h b/chrome/browser/speech/speech_input_manager.h index b16b76a..be9779f 100644 --- a/chrome/browser/speech/speech_input_manager.h +++ b/chrome/browser/speech/speech_input_manager.h @@ -32,10 +32,6 @@ class SpeechInputManager { virtual ~Delegate() {} }; - // Whether the speech input feature is enabled, based on the browser channel
- // information and command line flags. - static bool IsFeatureEnabled(); - // Factory method to access the singleton. We have this method here instead of // using Singleton<> directly in the calling code to aid tests in injection // mocks. |