| Index: components/ntp_snippets/features.cc
|
| diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
|
| index d9066dc23bed6b8cf43c213b3706881c2b8d4ded..89a6f085e71e9fb4ff3782859256bb9877ee1f52 100644
|
| --- a/components/ntp_snippets/features.cc
|
| +++ b/components/ntp_snippets/features.cc
|
| @@ -22,14 +22,14 @@ const base::Feature kBookmarkSuggestionsFeature{
|
| const base::Feature kRecentOfflineTabSuggestionsFeature{
|
| "NTPOfflinePageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| -const base::Feature kSaveToOfflineFeature{
|
| - "NTPSaveToOffline", base::FEATURE_ENABLED_BY_DEFAULT};
|
| +const base::Feature kSaveToOfflineFeature{"NTPSaveToOffline",
|
| + base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| -const base::Feature kOfflineBadgeFeature{
|
| - "NTPOfflineBadge", base::FEATURE_ENABLED_BY_DEFAULT};
|
| +const base::Feature kOfflineBadgeFeature{"NTPOfflineBadge",
|
| + base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| -const base::Feature kIncreasedVisibility{
|
| - "NTPSnippetsIncreasedVisibility", base::FEATURE_ENABLED_BY_DEFAULT};
|
| +const base::Feature kIncreasedVisibility{"NTPSnippetsIncreasedVisibility",
|
| + base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| const base::Feature kPhysicalWebPageSuggestionsFeature{
|
| "NTPPhysicalWebPageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|