summaryrefslogtreecommitdiff
path: root/chromium/components/ntp_snippets/features.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/ntp_snippets/features.cc')
-rw-r--r--chromium/components/ntp_snippets/features.cc14
1 files changed, 6 insertions, 8 deletions
diff --git a/chromium/components/ntp_snippets/features.cc b/chromium/components/ntp_snippets/features.cc
index d9066dc23be..0b90a4271f1 100644
--- a/chromium/components/ntp_snippets/features.cc
+++ b/chromium/components/ntp_snippets/features.cc
@@ -22,14 +22,8 @@ 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 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};
@@ -43,6 +37,10 @@ const base::Feature kPreferAmpUrlsFeature{"NTPPreferAmpUrls",
const base::Feature kCategoryRanker{"ContentSuggestionsCategoryRanker",
base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kPublisherFaviconsFromNewServerFeature{
+ "ContentSuggestionsFaviconsFromNewServer",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
const char kCategoryRankerParameter[] = "category_ranker";
const char kCategoryRankerConstantRanker[] = "constant";
const char kCategoryRankerClickBasedRanker[] = "click_based";