| Index: components/ntp_snippets/features.cc
|
| diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
|
| index b6806618c5ea34de427f0804d14a082a94c961e0..6aae292f7989d9777d0a648e172c7ae7e07ab172 100644
|
| --- a/components/ntp_snippets/features.cc
|
| +++ b/components/ntp_snippets/features.cc
|
| @@ -36,9 +36,6 @@ const base::Feature kPhysicalWebPageSuggestionsFeature{
|
| const base::Feature kContentSuggestionsSource{
|
| "NTPSnippets", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| -const base::Feature kSectionDismissalFeature{
|
| - "NTPSuggestionsSectionDismissal", base::FEATURE_ENABLED_BY_DEFAULT};
|
| -
|
| const base::Feature kForeignSessionsSuggestionsFeature{
|
| "NTPForeignSessionsSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
|
|