Chromium Code Reviews

Unified Diff: chrome/browser/ntp_snippets/ntp_snippets_service_factory.cc

Issue 2187233002: Add ContentSuggestionsCategoryFactory; Store categories as ints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ntp_snippets/ntp_snippets_service_factory.cc
diff --git a/chrome/browser/ntp_snippets/ntp_snippets_service_factory.cc b/chrome/browser/ntp_snippets/ntp_snippets_service_factory.cc
index 5e49313b0bad4c48bb13cb62fc16bfbbee114e0c..979653a555c45914e5b1b922e44dcc8338fc0bff 100644
--- a/chrome/browser/ntp_snippets/ntp_snippets_service_factory.cc
+++ b/chrome/browser/ntp_snippets/ntp_snippets_service_factory.cc
@@ -116,6 +116,7 @@ KeyedService* NTPSnippetsServiceFactory::BuildServiceInstanceFor(
ntp_snippets::NTPSnippetsService* ntp_snippets_service =
new ntp_snippets::NTPSnippetsService(
enabled, profile->GetPrefs(), suggestions_service,
+ content_suggestions_service->category_factory(),
g_browser_process->GetApplicationLocale(), scheduler,
base::MakeUnique<ntp_snippets::NTPSnippetsFetcher>(
signin_manager, token_service, request_context,

Powered by Google App Engine