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

Unified Diff: chrome/browser/ntp_snippets/ntp_snippets_prefs.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_prefs.cc
diff --git a/chrome/browser/ntp_snippets/ntp_snippets_prefs.cc b/chrome/browser/ntp_snippets/ntp_snippets_prefs.cc
new file mode 100644
index 0000000000000000000000000000000000000000..c63c8a90de92b4e085b256f82930e205c5fe9b37
--- /dev/null
+++ b/chrome/browser/ntp_snippets/ntp_snippets_prefs.cc
@@ -0,0 +1,8 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/ntp_snippets/ntp_snippets_prefs.h"
+
+const char kContentSuggestionsConsecutiveIgnoredPrefName[] =
+ "ntp.content_suggestions.notifications.consecutive_ignored";

Powered by Google App Engine
This is Rietveld 408576698