Chromium Code Reviews

Unified Diff: components/ntp_snippets/content_suggestions_service.h

Issue 2158883002: Change NTPSnippetsBridge to read from ContentSuggestionsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinepagesprovider
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: components/ntp_snippets/content_suggestions_service.h
diff --git a/components/ntp_snippets/content_suggestions_service.h b/components/ntp_snippets/content_suggestions_service.h
index 71e455adfd14855381676a43cd1198e0bd8aab11..15a2f273144bd287f10dbeb8de70b8583b4b7e68 100644
--- a/components/ntp_snippets/content_suggestions_service.h
+++ b/components/ntp_snippets/content_suggestions_service.h
@@ -25,8 +25,6 @@ namespace ntp_snippets {
// Retrieves suggestions from a number of ContentSuggestionsProviders and serves
// them grouped into categories. There can be at most one provider per category.
-// NOTE: This class is not yet in use, please use NTPSnippetsService for now
-// (see ntp_snippets_service.h).
class ContentSuggestionsService : public KeyedService,
public ContentSuggestionsProvider::Observer {
public:

Powered by Google App Engine