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

Unified Diff: components/ntp_snippets/pref_names.h

Issue 2922543002: [NTP::Push] Add Content Suggestions GCM App Handler (Closed)
Patch Set: peter@ 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 c640965e9ee1aedf499cd58d65fa999ea16ed2a7..f7885ab4a49880446f068a13a9fbd7f9858c05a2 100644
--- a/components/ntp_snippets/pref_names.h
+++ b/components/ntp_snippets/pref_names.h
@@ -94,6 +94,11 @@ extern const char kClickBasedCategoryRankerLastDecayTime[];
// news push updates,
extern const char kContentSuggestionsSubscriptionDataToken[];
+// The pref name for the subscription token received from the gcm server. As
jkrcal 2017/06/09 09:10:10 The comment does not clarify the difference to kCo
mamir 2017/06/09 13:52:58 PTAL.
+// recommended by the GCM team, it is cached in pref for faster bookkeeping to
+// see if subscription exists..
jkrcal 2017/06/09 09:10:10 nit: Remove one of the trailing dots.
mamir 2017/06/09 13:52:58 Done.
+extern const char kContentSuggestionsGCMSubscriptionTokenCache[];
+
} // namespace prefs
} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698