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

Unified Diff: components/ntp_snippets/category.h

Issue 2925053003: [NTP::Push] Adding BreakingNewsSuggestionsProvider (Closed)
Patch Set: 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..ee587572d50abf893b93c13510af70545896ad6b 100644
--- a/components/ntp_snippets/category.h
+++ b/components/ntp_snippets/category.h
@@ -51,6 +51,8 @@ enum class KnownCategories {
// Articles for you.
ARTICLES,
+ // Breaking News
+ BREAKING_NEWS,
sfiera 2017/06/07 13:58:15 We can't use 10002 for this—that's already been us
mamir 2017/06/08 09:58:28 omm, but pushed content suggestions by definition
sfiera 2017/06/08 13:37:15 I don't think it's necessarily true that we will o
sfiera 2017/06/08 13:38:10 Oh, hah, I thought I had already published this co
// ****************** INSERT NEW REMOTE CATEGORIES HERE! ******************
// Tracks the last known remote category

Powered by Google App Engine
This is Rietveld 408576698