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

Unified Diff: components/ntp_snippets/pref_names.h

Issue 2914263002: [NTP::Push] Adding Breaking News Subscription Manager (Closed)
Patch Set: fhorschig@ comments. 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/pref_names.h
diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h
index fe3e198c83eec1202ee9b8b986e3e5bf32e061e8..9846350542a16d1a0e0b2b74d734127ee57ddbb5 100644
--- a/components/ntp_snippets/pref_names.h
+++ b/components/ntp_snippets/pref_names.h
@@ -90,6 +90,9 @@ extern const char kClickBasedCategoryRankerOrderWithClicks[];
// The pref name for the time when last click decay has happened.
extern const char kClickBasedCategoryRankerLastDecayTime[];
+// The pref name for the subscription token received from the gcm server which
Bernhard Bauer 2017/06/05 10:19:40 Nit: GCM
mamir 2017/06/05 13:06:26 Done.
+// is used when sending push updates from the server.
+extern const char kContentSuggestionsSubscriptionToken[];
Bernhard Bauer 2017/06/05 10:19:40 And an empty line please :)
mamir 2017/06/05 13:06:26 Done.
} // namespace prefs
} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698