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

Unified Diff: chrome/browser/ntp_snippets/ntp_snippets_prefs.h

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.h
diff --git a/chrome/browser/ntp_snippets/ntp_snippets_prefs.h b/chrome/browser/ntp_snippets/ntp_snippets_prefs.h
new file mode 100644
index 0000000000000000000000000000000000000000..fb817aa2a00395eabf901cc3f6405ca8525d8532
--- /dev/null
+++ b/chrome/browser/ntp_snippets/ntp_snippets_prefs.h
@@ -0,0 +1,10 @@
+// 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.
+
+#ifndef CHROME_BROWSER_NTP_SNIPPETS_NTP_SNIPPETS_PREFS_H_
+#define CHROME_BROWSER_NTP_SNIPPETS_NTP_SNIPPETS_PREFS_H_
+
+extern const char kContentSuggestionsConsecutiveIgnoredPrefName[];
Bernhard Bauer 2017/01/11 15:21:49 Prefs in chrome/ go in chrome/common/pref_names.{h
sfiera 2017/01/11 15:41:52 Should the registration code also move somewhere e
Bernhard Bauer 2017/01/11 15:58:24 No, registration is in the same place where the pr
+
+#endif // CHROME_BROWSER_NTP_SNIPPETS_NTP_SNIPPETS_PREFS_H_

Powered by Google App Engine
This is Rietveld 408576698