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

Unified Diff: components/ntp_snippets/features.cc

Issue 2440673002: [NTP Client] Put dismissing sections behind a flag (Closed)
Patch Set: Created 4 years, 2 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') | 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 7baf3d7bc0ac482e80ff664f7633c940173b4cbb..16ea35fb72137ae777c4f7ff312ddbe3b5298171 100644
--- a/components/ntp_snippets/features.cc
+++ b/components/ntp_snippets/features.cc
@@ -30,6 +30,9 @@ const base::Feature kPhysicalWebPageSuggestionsFeature{
const base::Feature kContentSuggestionsFeature{
"NTPSnippets", base::FEATURE_ENABLED_BY_DEFAULT};
+const base::Feature kSectionDismissalFeature{
+ "NTPSuggestionsSectionDismissal", base::FEATURE_DISABLED_BY_DEFAULT};
+
const base::Feature kForeignSessionsSuggestionsFeature{
"NTPForeignSessionsSuggestions", base::FEATURE_DISABLED_BY_DEFAULT};
« no previous file with comments | « components/ntp_snippets/features.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698