| 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 | 
|  |