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

Unified Diff: components/ntp_snippets/ntp_snippets_constants.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/ntp_snippets_constants.h
diff --git a/components/ntp_snippets/ntp_snippets_constants.h b/components/ntp_snippets/ntp_snippets_constants.h
index aff5c3720d49b5a74cceb8e3c449a17aced75d51..301ee44eea304ff76f1dd686ed4f5a101ec0522d 100644
--- a/components/ntp_snippets/ntp_snippets_constants.h
+++ b/components/ntp_snippets/ntp_snippets_constants.h
@@ -19,6 +19,18 @@ extern const char kContentSuggestionsServer[]; // used on stable/beta
extern const char kContentSuggestionsStagingServer[]; // used on dev/canary
extern const char kContentSuggestionsAlphaServer[]; // for testing
+// Server endpoints for push updates subscription.
+extern const char kPushUpdatesSubscriptionServer[]; // used on stable/beta
+extern const char
+ kPushUpdatesSubscriptionStagingServer[]; // used on dev/canary
+extern const char kPushUpdatesSubscriptionAlphaServer[]; // for testing
+
+// Server endpoints for push updates unsubscription.
+extern const char kPushUpdatesUnsubscriptionServer[]; // used on stable/beta
+extern const char
+ kPushUpdatesUnsubscriptionStagingServer[]; // used on dev/canary
+extern const char kPushUpdatesUnsubscriptionAlphaServer[]; // for testing
+
} // namespace ntp_snippets
#endif
« no previous file with comments | « components/ntp_snippets/content_suggestions_metrics.cc ('k') | components/ntp_snippets/ntp_snippets_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698