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

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2922543002: [NTP::Push] Add Content Suggestions GCM App Handler (Closed)
Patch Set: Implement unsubscribe. 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.cc
diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
index 94142761e31ddd97de58b544780b7b72693fd0d5..13a2b61563eee5c5b3cd31de1a8d68bfea96f279 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -84,5 +84,8 @@ const char kClickBasedCategoryRankerLastDecayTime[] =
const char kContentSuggestionsSubscriptionDataToken[] =
"ntp_suggestions.content_suggestions_subscription_data.token";
+const char kContentSuggestionsGCMSubscriptionTokenCache[] =
+ "ntp_suggestions.content_suggestions_gcm_subscription_token_cache";
+
} // namespace prefs
} // namespace ntp_snippets
« components/ntp_snippets/pref_names.h ('K') | « components/ntp_snippets/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698