Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: components/ntp_snippets/features.cc

Issue 2914213002: Delete the NTPPreferAmpUrls feature flag. (Closed)
Patch Set: Rebase. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/ntp_snippets/features.h ('k') | components/ntp_snippets/remote/remote_suggestion.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/features.cc
diff --git a/components/ntp_snippets/features.cc b/components/ntp_snippets/features.cc
index 66a330610ac6671d7dfdadffbb133f040c542e53..dbc0f94cf638e2ef39999294cd279ddd475dd532 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -23,7 +23,6 @@ const base::Feature*(kAllFeatures[]) = {&kArticleSuggestionsFeature,
&kIncreasedVisibility,
&kNotificationsFeature,
&kPhysicalWebPageSuggestionsFeature,
- &kPreferAmpUrlsFeature,
&kPublisherFaviconsFromNewServerFeature,
&kRecentOfflineTabSuggestionsFeature,
nullptr};
@@ -49,9 +48,6 @@ const base::Feature kForeignSessionsSuggestionsFeature{
const base::Feature kContentSuggestionsPushFeature{
"ContentSuggestionsPush", base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kPreferAmpUrlsFeature{"NTPPreferAmpUrls",
- base::FEATURE_ENABLED_BY_DEFAULT};
-
const base::Feature kCategoryRanker{"ContentSuggestionsCategoryRanker",
base::FEATURE_ENABLED_BY_DEFAULT};
« no previous file with comments | « components/ntp_snippets/features.h ('k') | components/ntp_snippets/remote/remote_suggestion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698