summaryrefslogtreecommitdiffstats
path: root/chrome/browser/speech/speech_input_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/speech/speech_input_manager.h')
-rw-r--r--chrome/browser/speech/speech_input_manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/speech/speech_input_manager.h b/chrome/browser/speech/speech_input_manager.h
index be9779f..ffeaba0 100644
--- a/chrome/browser/speech/speech_input_manager.h
+++ b/chrome/browser/speech/speech_input_manager.h
@@ -32,6 +32,10 @@ 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.