| Index: chrome/browser/extensions/extension_function_registry.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_function_registry.cc (revision 176116)
|
| +++ chrome/browser/extensions/extension_function_registry.cc (working copy)
|
| @@ -48,7 +48,6 @@
|
| #include "chrome/browser/extensions/system/system_api.h"
|
| #include "chrome/browser/infobars/infobar_extension_api.h"
|
| #include "chrome/browser/rlz/rlz_extension_api.h"
|
| -#include "chrome/browser/speech/speech_input_extension_api.h"
|
| #include "chrome/common/extensions/api/generated_api.h"
|
|
|
| #if defined(TOOLKIT_VIEWS)
|
| @@ -258,13 +257,6 @@
|
| RegisterFunction<extensions::OmniboxSendSuggestionsFunction>();
|
| RegisterFunction<extensions::OmniboxSetDefaultSuggestionFunction>();
|
|
|
| -#if defined(ENABLE_INPUT_SPEECH)
|
| - // Speech input.
|
| - RegisterFunction<StartSpeechInputFunction>();
|
| - RegisterFunction<StopSpeechInputFunction>();
|
| - RegisterFunction<IsRecordingSpeechInputFunction>();
|
| -#endif
|
| -
|
| #if defined(TOOLKIT_VIEWS)
|
| // Input.
|
| RegisterFunction<extensions::SendKeyboardEventInputFunction>();
|
|
|