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

Unified Diff: components/ntp_snippets/pref_names.h

Issue 2360263002: [NTPSnippets] Show all downloads on the NTP (3/3): Downloads provider. (Closed)
Patch Set: the freshest 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.h
diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h
index ed81ccd56d0fdfd48e2662c846f2a0f9ab60e8d9..a1f34f510281fe6a6e4574569b17642fd1587854 100644
--- a/components/ntp_snippets/pref_names.h
+++ b/components/ntp_snippets/pref_names.h
@@ -43,8 +43,9 @@ extern const char kSnippetThumbnailsInteractiveRequestCount[];
// thumbnails.
extern const char kSnippetThumbnailsRequestsDay[];
+extern const char kDismissedAssetDownloadSuggestions[];
extern const char kDismissedRecentOfflineTabSuggestions[];
-extern const char kDismissedDownloadSuggestions[];
+extern const char kDismissedOfflinePageDownloadSuggestions[];
extern const char kDismissedForeignSessionsSuggestions[];
extern const char kDismissedCategories[];

Powered by Google App Engine
This is Rietveld 408576698