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

Unified Diff: components/ntp_snippets/ntp_snippets_constants.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/ntp_snippets_constants.h
diff --git a/components/ntp_snippets/ntp_snippets_constants.h b/components/ntp_snippets/ntp_snippets_constants.h
index aff5c3720d49b5a74cceb8e3c449a17aced75d51..c6cd98c25c23627863224502c54493b55680dd7f 100644
--- a/components/ntp_snippets/ntp_snippets_constants.h
+++ b/components/ntp_snippets/ntp_snippets_constants.h
@@ -19,6 +19,12 @@ 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
+
} // namespace ntp_snippets
#endif

Powered by Google App Engine
This is Rietveld 408576698