Chromium Code Reviews| Index: chrome/browser/profiles/profile_manager.cc |
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
| index 09c2b0f137c78f9c521cdc59f9352b75c78b0936..1c992d410357ccbe7f9db73fac8bc686aedbb1fa 100644 |
| --- a/chrome/browser/profiles/profile_manager.cc |
| +++ b/chrome/browser/profiles/profile_manager.cc |
| @@ -107,9 +107,7 @@ |
| #endif |
| #if defined(OS_ANDROID) |
| -#include "chrome/browser/android/ntp/offline_page_suggestions_provider_factory.h" |
| #include "chrome/browser/ntp_snippets/content_suggestions_service_factory.h" |
| -#include "chrome/browser/ntp_snippets/ntp_snippets_service_factory.h" |
| #endif |
| #if defined(OS_CHROMEOS) |
| @@ -1229,8 +1227,6 @@ void ProfileManager::DoFinalInitForServices(Profile* profile, |
| #if defined(OS_ANDROID) |
| // Service is responsible for fetching content snippets for the NTP. |
| ContentSuggestionsServiceFactory::GetForProfile(profile); |
|
Bernhard Bauer
2016/08/03 16:30:51
We could even get rid of this by overriding the fa
Philipp Keck
2016/08/03 16:45:15
Will look into that and make another CL.
|
| - NTPSnippetsServiceFactory::GetForProfile(profile); |
| - OfflinePageSuggestionsProviderFactory::GetForProfile(profile); |
| #endif |
| } |