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

Unified Diff: components/ntp_snippets/features.cc

Issue 2227953002: [NTP Snippets] Add kArticleSuggestionsFeature (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
« components/ntp_snippets/features.h ('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 3b5d056543d90c101488636e2045e175ccccc2ab..d3c2387ff2e30b02b5b4f4f1b5acb689cd0f6f40 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -6,6 +6,9 @@
namespace ntp_snippets {
+const base::Feature kArticleSuggestionsFeature{
+ "NTPArticleSuggestions", base::FEATURE_ENABLED_BY_DEFAULT};
jkrcal 2016/08/09 10:27:24 I discussed with Patrick on a related bug 622776 t
Marc Treib 2016/08/09 10:30:13 Hm. Default-disabling it now would mean we'd have
jkrcal 2016/08/09 11:07:49 No, I don't feel strongly either. Feel free to lan
+
const base::Feature kBookmarkSuggestionsFeature{
"NTPBookmarkSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
« components/ntp_snippets/features.h ('K') | « components/ntp_snippets/features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698