Chromium Code Reviews| 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) |