Commit de10164f authored by Filip Gorski's avatar Filip Gorski Committed by Commit Bot

[Zine] Favicon server switch cleanup

* Enabling the feature by default
* Removing old experiment groups.

Bug: 714709
Change-Id: I7962bcba392d67402a58f89510298be034b47d11
Reviewed-on: https://chromium-review.googlesource.com/c/1259606Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Reviewed-by: default avatarTheresa <twellington@chromium.org>
Commit-Queue: Filip Gorski <fgorski@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597307}
parent c0cd1e98
...@@ -54,7 +54,7 @@ const base::Feature kCategoryRanker{"ContentSuggestionsCategoryRanker", ...@@ -54,7 +54,7 @@ const base::Feature kCategoryRanker{"ContentSuggestionsCategoryRanker",
const base::Feature kPublisherFaviconsFromNewServerFeature{ const base::Feature kPublisherFaviconsFromNewServerFeature{
"ContentSuggestionsFaviconsFromNewServer", "ContentSuggestionsFaviconsFromNewServer",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kRemoteSuggestionsEmulateM58FetchingSchedule{ const base::Feature kRemoteSuggestionsEmulateM58FetchingSchedule{
"RemoteSuggestionsEmulateM58FetchingSchedule", "RemoteSuggestionsEmulateM58FetchingSchedule",
......
...@@ -2541,33 +2541,6 @@ ...@@ -2541,33 +2541,6 @@
] ]
} }
], ],
"NTPFaviconsFromNewServer": [
{
"platforms": [
"android"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"ContentSuggestionsFaviconsFromNewServer"
]
},
{
"name": "Enabled_10",
"enable_features": [
"ContentSuggestionsFaviconsFromNewServer"
]
},
{
"name": "Enabled_50",
"enable_features": [
"ContentSuggestionsFaviconsFromNewServer"
]
}
]
}
],
"NTPLaunchAfterInactivity": [ "NTPLaunchAfterInactivity": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment