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

Unified Diff: components/ntp_snippets/category.h

Issue 2925053003: [NTP::Push] Adding BreakingNewsSuggestionsProvider (Closed)
Patch Set: Fixing the build. Created 3 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/category.h
diff --git a/components/ntp_snippets/category.h b/components/ntp_snippets/category.h
index 97abf753c9b54151177cd1d05bfc90e2c7280e6f..b63c6af935c0dbdc90e949a0c37da04b7eec2aeb 100644
--- a/components/ntp_snippets/category.h
+++ b/components/ntp_snippets/category.h
@@ -51,10 +51,12 @@ enum class KnownCategories {
// Articles for you.
ARTICLES,
+ // Breaking News
+ BREAKING_NEWS = 10008,
// ****************** INSERT NEW REMOTE CATEGORIES HERE! ******************
// Tracks the last known remote category
- LAST_KNOWN_REMOTE_CATEGORY = ARTICLES,
+ LAST_KNOWN_REMOTE_CATEGORY = BREAKING_NEWS,
};
// A category groups ContentSuggestions which belong together. Use the
« no previous file with comments | « components/ntp_snippets/breaking_news/subscription_manager.cc ('k') | components/ntp_snippets/content_suggestions_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698