| Index: components/ntp_snippets/features.cc
|
| diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
|
| index 9ed4735f08e6c1c53121cc13768af2c2ce84e13b..b07079f87367f781936c76e383e9b08058dae849 100644
|
| --- a/components/ntp_snippets/features.cc
|
| +++ b/components/ntp_snippets/features.cc
|
| @@ -10,7 +10,7 @@ const base::Feature kArticleSuggestionsFeature{
|
| "NTPArticleSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| const base::Feature kBookmarkSuggestionsFeature{
|
| - "NTPBookmarkSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
|
| + "NTPBookmarkSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| const base::Feature kOfflinePageSuggestionsFeature{
|
| "NTPOfflinePageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|