Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: components/ntp_snippets/ntp_snippets_service.h

Issue 2059203002: Add ContentSuggestion, ContentSuggestionCategory and ContentSuggestionProviderType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/ntp_snippets/ntp_snippets_service.h
diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h
index fad27ab7e665d649fbdd8dccb2234d728026a086..7f2c5f632be003741605e4d26f88c9ab405fa60c 100644
--- a/components/ntp_snippets/ntp_snippets_service.h
+++ b/components/ntp_snippets/ntp_snippets_service.h
@@ -63,6 +63,10 @@ enum class DisabledReason {
class NTPSnippetsDatabase;
class NTPSnippetsServiceObserver;
+// TODO IMPORTANT NOTE: This service will move to a sub-namespace and become
+// a SnippetProvider. To access available snippets from outside, please use the
+// "SnippetService".
Marc Treib 2016/06/13 13:08:17 Same thing here.
Philipp Keck 2016/06/13 14:13:14 Done.
+
// Stores and vends fresh content data for the NTP.
class NTPSnippetsService : public KeyedService,
public sync_driver::SyncServiceObserver {

Powered by Google App Engine
This is Rietveld 408576698