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

Unified Diff: components/ntp_snippets/content_suggestions_provider_type.h

Issue 2102023002: Add ContentSuggestionsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments 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/content_suggestions_provider_type.h
diff --git a/components/ntp_snippets/content_suggestions_provider_type.h b/components/ntp_snippets/content_suggestions_provider_type.h
index 9825de8bcd77e33c6ad4c9acb54a4f11d516c405..55a838058c25c5bf10039fcaf9382f64606a400a 100644
--- a/components/ntp_snippets/content_suggestions_provider_type.h
+++ b/components/ntp_snippets/content_suggestions_provider_type.h
@@ -12,7 +12,7 @@ namespace ntp_snippets {
// provider types do not necessarily match the suggestion categories. The
// provider type is used to identify the source of a suggestion and to direct
// calls from the UI like discarding back to the right provider.
-enum class ContentSuggestionsProviderType : int { ARTICLES };
+enum class ContentSuggestionsProviderType : int { ARTICLES, COUNT };
} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698