| Index: chrome/browser/speech/speech_input_manager.h
|
| ===================================================================
|
| --- chrome/browser/speech/speech_input_manager.h (revision 70678)
|
| +++ chrome/browser/speech/speech_input_manager.h (working copy)
|
| @@ -29,10 +29,6 @@
|
| 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.
|
|
|
| Property changes on: chrome\browser\speech\speech_input_manager.h
|
| ___________________________________________________________________
|
| Deleted: svn:eol-style
|
| - LF
|
|
|
|
|