Chromium Code Reviews| Index: components/ntp_snippets/features.cc |
| diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc |
| index 6910f402873d47bcb347aee49a2972d04d22dca7..372e77af2499e39d1dc2305421d079446f989bc8 100644 |
| --- a/components/ntp_snippets/features.cc |
| +++ b/components/ntp_snippets/features.cc |
| @@ -19,6 +19,7 @@ const base::Feature*(kAllFeatures[]) = {&kArticleSuggestionsFeature, |
| &kCategoryOrder, |
| &kCategoryRanker, |
| &kForeignSessionsSuggestionsFeature, |
| + &kContentSuggestionsPushFeature, |
|
vitaliii
2017/05/31 10:23:55
Please keep sorted (as the comment above suggests)
mamir
2017/05/31 10:52:38
They were sorted but lost it during a rebase.
Sorr
mamir
2017/05/31 10:52:38
Done.
|
| &kIncreasedVisibility, |
| &kNotificationsFeature, |
| &kPhysicalWebPageSuggestionsFeature, |
| @@ -45,6 +46,9 @@ const base::Feature kPhysicalWebPageSuggestionsFeature{ |
| const base::Feature kForeignSessionsSuggestionsFeature{ |
| "NTPForeignSessionsSuggestions", base::FEATURE_DISABLED_BY_DEFAULT}; |
| +const base::Feature kContentSuggestionsPushFeature{ |
| + "ContentSuggestionsPush", base::FEATURE_DISABLED_BY_DEFAULT}; |
| + |
| const base::Feature kPreferAmpUrlsFeature{"NTPPreferAmpUrls", |
| base::FEATURE_ENABLED_BY_DEFAULT}; |