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

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

Issue 2626643002: Stop showing notifications if they're ignored (Closed)
Patch Set: rebase 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..61564303f9000e8f868fe404701541cbbf9cc8df 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";
+extern const char kContentSuggestionsNotificationsIgnoredLimitParam[] =
Bernhard Bauer 2017/01/11 15:21:49 Do you need to repeat the extern if it's already o
sfiera 2017/01/11 15:41:52 No, removed.
+ "ignored_limit";

Powered by Google App Engine
This is Rietveld 408576698