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

Unified Diff: chrome/browser/profiles/profile_dependency_manager.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
Index: chrome/browser/profiles/profile_dependency_manager.cc
===================================================================
--- chrome/browser/profiles/profile_dependency_manager.cc (revision 176116)
+++ chrome/browser/profiles/profile_dependency_manager.cc (working copy)
@@ -270,6 +270,9 @@
extensions::PreferenceAPI::GetFactoryInstance();
extensions::ProcessesAPI::GetFactoryInstance();
extensions::PushMessagingAPI::GetFactoryInstance();
+#if defined(ENABLE_INPUT_SPEECH)
+ extensions::SpeechInputAPI::GetFactoryInstance();
+#endif
extensions::SuggestedLinksRegistryFactory::GetInstance();
extensions::TabCaptureRegistryFactory::GetInstance();
extensions::TabsWindowsAPI::GetFactoryInstance();
@@ -316,7 +319,6 @@
ThumbnailServiceFactory::GetInstance();
SigninManagerFactory::GetInstance();
#if defined(ENABLE_INPUT_SPEECH)
- SpeechInputExtensionManager::InitializeFactory();
ChromeSpeechRecognitionPreferences::InitializeFactory();
#endif
SpellcheckServiceFactory::GetInstance();
« no previous file with comments | « chrome/browser/extensions/extension_function_registry.cc ('k') | chrome/browser/speech/speech_input_extension_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698