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

Unified Diff: chrome/browser/profiles/profile_dependency_manager.cc

Issue 11611004: Move the InputComponents out of extensions entirely. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 12 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 | « chrome/browser/extensions/extension_function_registry.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_dependency_manager.cc
===================================================================
--- chrome/browser/profiles/profile_dependency_manager.cc (revision 174978)
+++ chrome/browser/profiles/profile_dependency_manager.cc (working copy)
@@ -86,7 +86,7 @@
#if defined(OS_CHROMEOS)
#include "chrome/browser/chromeos/extensions/input_method_api_factory.h"
-#include "chrome/browser/extensions/api/input_ime/input_ime_api_factory.h"
+#include "chrome/browser/extensions/api/input_ime/input_ime_api.h"
#if defined(FILE_MANAGER_EXTENSION)
#include "chrome/browser/chromeos/extensions/file_browser_private_api_factory.h"
#endif
@@ -253,13 +253,15 @@
extensions::HistoryAPIFactory::GetInstance();
extensions::IdleManagerFactory::GetInstance();
#if defined(OS_CHROMEOS)
- extensions::InputImeAPIFactory::GetInstance();
extensions::InputMethodAPIFactory::GetInstance();
#endif
extensions::MediaGalleriesPrivateAPIFactory::GetInstance();
extensions::OmniboxAPIFactory::GetInstance();
extensions::PreferenceAPIFactory::GetInstance();
extensions::ProfileKeyedAPIFactory<extensions::CookiesAPI>::GetInstance();
+#if defined(OS_CHROMEOS)
+ extensions::ProfileKeyedAPIFactory<extensions::InputImeAPI>::GetInstance();
+#endif
extensions::ProfileKeyedAPIFactory<extensions::ManagedModeAPI>::GetInstance();
extensions::ProfileKeyedAPIFactory<extensions::ProcessesAPI>::GetInstance();
extensions::ProfileKeyedAPIFactory<extensions::TabsWindowsAPI>::GetInstance();
« no previous file with comments | « chrome/browser/extensions/extension_function_registry.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698