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

Unified Diff: chrome/browser/ntp_snippets/ntp_snippets_features.cc

Issue 2626643002: Stop showing notifications if they're ignored (Closed)
Patch Set: Formatting, explicit Created 3 years, 11 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/ntp_snippets/ntp_snippets_features.cc
diff --git a/chrome/browser/ntp_snippets/ntp_snippets_features.cc b/chrome/browser/ntp_snippets/ntp_snippets_features.cc
index 45b1a386f1c1b4e9650fa2039f75b68c86badf7b..65b70ba6155c4aa51d40c4d8594b7da42bb4d9ce 100644
--- a/chrome/browser/ntp_snippets/ntp_snippets_features.cc
+++ b/chrome/browser/ntp_snippets/ntp_snippets_features.cc
@@ -9,3 +9,5 @@ const base::Feature kContentSuggestionsNotificationsFeature = {
const char kContentSuggestionsNotificationsAlwaysNotifyParam[] =
"always_notify";
+const char kContentSuggestionsNotificationsIgnoredLimitParam[] =
+ "ignored_limit";

Powered by Google App Engine
This is Rietveld 408576698