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

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2236303002: Make OfflinePage ContentSuggestions dismissable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: components/ntp_snippets/pref_names.cc
diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
index 67e1dc64b30b246b755e1ff51c69b073b0eddaa2..cd917650a420063ab9546593d8f5540e74d4b96c 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -16,5 +16,8 @@ const char kSnippetFetcherQuotaDay[] =
const char kSnippetFetcherQuotaCount[] =
"ntp.request_throttler.suggestion_fetcher.count";
+const char kDismissedOfflinePageSuggestions[] =
+ "ntp_suggestions.offline_pages.dismissed_ids";
+
} // namespace prefs
} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698