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

Unified Diff: components/ntp_snippets/ntp_snippets_service.cc

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.cc
diff --git a/components/ntp_snippets/ntp_snippets_service.cc b/components/ntp_snippets/ntp_snippets_service.cc
index 040c1c82c926f186caa88dfb4c7ff668ed2a6d8f..f2e6310fba154cb11f0714a824fcc50db5b1cf09 100644
--- a/components/ntp_snippets/ntp_snippets_service.cc
+++ b/components/ntp_snippets/ntp_snippets_service.cc
@@ -36,6 +36,10 @@ using suggestions::ChromeSuggestion;
using suggestions::SuggestionsProfile;
using suggestions::SuggestionsService;
+// 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 Not necessary here, the comment in the header is e
Philipp Keck 2016/06/13 14:13:14 Done.
+
namespace ntp_snippets {
namespace {

Powered by Google App Engine
This is Rietveld 408576698