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

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2360263002: [NTPSnippets] Show all downloads on the NTP (3/3): Downloads provider. (Closed)
Patch Set: Created 4 years, 3 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 53836bf508f04566684705c88c958222f1482d9b..4cd100c172b26bb772186f37a3d028995753d95a 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -25,10 +25,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";
Marc Treib 2016/09/22 13:45:52 FYI: Generally, you cannot just rename prefs - tha
vitaliii 2016/10/11 08:15:56 Acknowledged.
const char kDismissedForeignSessionsSuggestions[] =
"ntp_suggestions.foreign_sessions.dismissed_ids";
« components/ntp_snippets/offline_pages/DEPS ('K') | « components/ntp_snippets/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698