| Index: components/ntp_snippets/features.cc
|
| diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
|
| index b6806618c5ea34de427f0804d14a082a94c961e0..34a0a365feabcfd232f81a788dd582ab601b6f00 100644
|
| --- a/components/ntp_snippets/features.cc
|
| +++ b/components/ntp_snippets/features.cc
|
| @@ -42,9 +42,6 @@ const base::Feature kSectionDismissalFeature{
|
| const base::Feature kForeignSessionsSuggestionsFeature{
|
| "NTPForeignSessionsSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -const base::Feature kFetchMoreFeature{"NTPSuggestionsFetchMore",
|
| - base::FEATURE_ENABLED_BY_DEFAULT};
|
| -
|
| const base::Feature kPreferAmpUrlsFeature{"NTPPreferAmpUrls",
|
| base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
|
|