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

Unified Diff: chrome/common/pref_names.h

Issue 2626643002: Stop showing notifications if they're ignored (Closed)
Patch Set: Address comments 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/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 2f4cf1293b39446a38f5eb55de463f49c223c4cc..ee64bf2178089b9a7cecc6e241d0dbc3cb65f0b3 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -557,6 +557,7 @@ extern const char kNtpCollapsedForeignSessions[];
extern const char kNtpCollapsedRecentlyClosedTabs[];
extern const char kNtpCollapsedSnapshotDocument[];
extern const char kNtpCollapsedSyncPromo[];
+extern const char kContentSuggestionsConsecutiveIgnoredPrefName[];
#endif // defined(OS_ANDROID)
extern const char kNtpShownPage[];

Powered by Google App Engine
This is Rietveld 408576698