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

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

Issue 158143002: Fine tuned availability of hotword plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 6 years, 10 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/chrome_browser_main_extra_parts_profiles.cc
diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
index 4f35567fb31880330d7131241de1cc041b2e32ae..164d00be2beae0a69dbac6ec011019c0b8317370 100644
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
@@ -166,6 +166,10 @@
#include "chrome/browser/profile_resetter/automatic_profile_resetter_factory.h"
#endif
+#if defined(ENABLE_APP_LIST)
+#include "chrome/browser/ui/app_list/start_page_service_factory.h"
+#endif
+
#if defined(ENABLE_SPELLCHECK)
#include "chrome/browser/extensions/api/spellcheck/spellcheck_api.h"
#include "chrome/browser/spellchecker/spellcheck_factory.h"
@@ -332,6 +336,9 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
GoogleURLTrackerFactory::GetInstance();
HistoryServiceFactory::GetInstance();
HotwordServiceFactory::GetInstance();
+#if defined(ENABLE_APP_LIST)
rpetterson 2014/02/09 18:27:19 Services should be listed here alphabetically so t
Jun Mukai 2014/02/10 20:50:37 Done.
+ app_list::StartPageServiceFactory::GetInstance();
+#endif
invalidation::InvalidationServiceFactory::GetInstance();
InstantServiceFactory::GetInstance();
#if defined(ENABLE_MDNS)

Powered by Google App Engine
This is Rietveld 408576698