Chromium Code Reviews| Index: chrome/browser/ntp_snippets/ntp_snippets_features.cc |
| diff --git a/chrome/browser/ntp_snippets/ntp_snippets_features.cc b/chrome/browser/ntp_snippets/ntp_snippets_features.cc |
| index 45b1a386f1c1b4e9650fa2039f75b68c86badf7b..61564303f9000e8f868fe404701541cbbf9cc8df 100644 |
| --- a/chrome/browser/ntp_snippets/ntp_snippets_features.cc |
| +++ b/chrome/browser/ntp_snippets/ntp_snippets_features.cc |
| @@ -9,3 +9,5 @@ const base::Feature kContentSuggestionsNotificationsFeature = { |
| const char kContentSuggestionsNotificationsAlwaysNotifyParam[] = |
| "always_notify"; |
| +extern const char kContentSuggestionsNotificationsIgnoredLimitParam[] = |
|
Bernhard Bauer
2017/01/11 15:21:49
Do you need to repeat the extern if it's already o
sfiera
2017/01/11 15:41:52
No, removed.
|
| + "ignored_limit"; |