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

Unified Diff: components/ntp_snippets/features.cc

Issue 2898153004: [NTP::Push] Add feature (Closed)
Patch Set: Remvoing unnecessary "NTP" from the feature name. 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
« chrome/browser/flag_descriptions.cc ('K') | « components/ntp_snippets/features.h ('k') | no next file » | 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 6910f402873d47bcb347aee49a2972d04d22dca7..e18d41e1d9fd8514abb8e1a0edb5b189ecaa3652 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -19,6 +19,7 @@ const base::Feature*(kAllFeatures[]) = {&kArticleSuggestionsFeature,
&kCategoryOrder,
&kCategoryRanker,
&kForeignSessionsSuggestionsFeature,
+ &kPushUpdatesFeature,
&kIncreasedVisibility,
&kNotificationsFeature,
&kPhysicalWebPageSuggestionsFeature,
@@ -45,6 +46,9 @@ const base::Feature kPhysicalWebPageSuggestionsFeature{
const base::Feature kForeignSessionsSuggestionsFeature{
"NTPForeignSessionsSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kPushUpdatesFeature{"NTPPushUpdates",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kPreferAmpUrlsFeature{"NTPPreferAmpUrls",
base::FEATURE_ENABLED_BY_DEFAULT};
« chrome/browser/flag_descriptions.cc ('K') | « components/ntp_snippets/features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698