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

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2245583002: Split OfflinePageSuggestions into two categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@offlinedismissed
Patch Set: Remove more-button for Recent Tabs 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
« no previous file with comments | « components/ntp_snippets/pref_names.h ('k') | components/ntp_snippets_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/pref_names.cc
diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
index 415a414fe540121487b987e922bf04dd291fa445..21df19573739d4ad02dd116d04a9c7a0c10246d3 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -16,8 +16,10 @@ const char kSnippetFetcherQuotaDay[] =
const char kSnippetFetcherQuotaCount[] =
"ntp.request_throttler.suggestion_fetcher.count";
-const char kDismissedOfflinePageSuggestions[] =
+const char kDismissedRecentOfflineTabSuggestions[] =
"ntp_suggestions.offline_pages.recent_tabs.dismissed_ids";
+const char kDismissedDownloadSuggestions[] =
+ "ntp_suggestions.offline_pages.downloads.dismissed_ids";
} // namespace prefs
} // namespace ntp_snippets
« no previous file with comments | « components/ntp_snippets/pref_names.h ('k') | components/ntp_snippets_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698