Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: chrome/browser/extensions/extension_function_registry.cc

Issue 11779002: Make specch input extension api a PKS. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_dependency_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>();
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_dependency_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698