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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 2221123003: [NTP Snippets] Move kOfflinePageSuggestionsFeature into the component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@articles_feature
Patch Set: Created 4 years, 4 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
Index: chrome/browser/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index db8d66b92370c26daa900f20711195a7fe67ae65..3f71d128da452c97e7eb7961b9bdded3072e9e72 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -41,7 +41,6 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kNTPFakeOmniboxTextFeature,
&kNTPMaterialDesign,
&kNTPOfflinePagesFeature,
- &kNTPOfflinePageSuggestionsFeature,
&kNTPToolbarFeature,
&kPhysicalWebFeature,
&kPhysicalWebIgnoreOtherClientsFeature,
@@ -68,9 +67,6 @@ const base::Feature kNTPMaterialDesign{"NTPMaterialDesign",
const base::Feature kNTPOfflinePagesFeature{"NTPOfflinePages",
base::FEATURE_DISABLED_BY_DEFAULT};
-const base::Feature kNTPOfflinePageSuggestionsFeature{
- "NTPOfflinePageSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
-
const base::Feature kNTPToolbarFeature{"NTPToolbar",
base::FEATURE_ENABLED_BY_DEFAULT};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/browser/ntp_snippets/content_suggestions_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698