Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index becbd9c58071491f5348fa038617b0acf7786f93..eee145ca67394b1f87ec30ae376cb7d329c25cdd 100644 |
--- a/chrome/browser/profiles/profile_manager.cc |
+++ b/chrome/browser/profiles/profile_manager.cc |
@@ -107,6 +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 |
@@ -1229,6 +1230,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile, |
// Service is responsible for fetching content snippets for the NTP. |
ContentSuggestionsServiceFactory::GetForProfile(profile); |
NTPSnippetsServiceFactory::GetForProfile(profile); |
+ OfflinePageSuggestionsProviderFactory::GetForProfile(profile); |
#endif |
} |