| Index: components/ntp_snippets/pref_names.h
|
| diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h
|
| index fe3e198c83eec1202ee9b8b986e3e5bf32e061e8..c640965e9ee1aedf499cd58d65fa999ea16ed2a7 100644
|
| --- a/components/ntp_snippets/pref_names.h
|
| +++ b/components/ntp_snippets/pref_names.h
|
| @@ -90,6 +90,10 @@ extern const char kClickBasedCategoryRankerOrderWithClicks[];
|
| // The pref name for the time when last click decay has happened.
|
| extern const char kClickBasedCategoryRankerLastDecayTime[];
|
|
|
| +// The pref name for the subscription token used when subscription for breaking
|
| +// news push updates,
|
| +extern const char kContentSuggestionsSubscriptionDataToken[];
|
| +
|
| } // namespace prefs
|
| } // namespace ntp_snippets
|
|
|
|
|