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

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2360263002: [NTPSnippets] Show all downloads on the NTP (3/3): Downloads provider. (Closed)
Patch Set: dgn@ & bauerb@ comments + removed debug output + rebase. Created 4 years, 1 month 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 9a557fae5fe00bfe33eed1969147983d85f8befb..7a925a8fbf6f25538278a667b6b4a69f121406fa 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -33,10 +33,12 @@ const char kSnippetThumbnailsInteractiveRequestCount[] =
const char kSnippetThumbnailsRequestsDay[] =
"ntp.request_throttler.suggestion_thumbnails.day";
+const char kDismissedAssetDownloadSuggestions[] =
+ "ntp_suggestions.downloads.assets.dismissed_ids";
const char kDismissedRecentOfflineTabSuggestions[] =
"ntp_suggestions.offline_pages.recent_tabs.dismissed_ids";
-const char kDismissedDownloadSuggestions[] =
- "ntp_suggestions.offline_pages.downloads.dismissed_ids";
+const char kDismissedOfflinePageDownloadSuggestions[] =
+ "ntp_suggestions.downloads.offline_pages.dismissed_ids";
const char kDismissedForeignSessionsSuggestions[] =
"ntp_suggestions.foreign_sessions.dismissed_ids";
const char kDismissedCategories[] = "ntp_suggestions.dismissed_categories";

Powered by Google App Engine
This is Rietveld 408576698