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

Unified Diff: components/ntp_snippets/pref_names.h

Issue 2560783002: [NTP::PhysicalWeb] Implement suggestion dismissal. (Closed)
Patch Set: rebase and bauerb@ nit. Created 4 years 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 a1f7dd1fc9f98bed3e99981bf5af4b46cf971935..c0ddda05cd0eaab5604cf7e4034a803197cda1af 100644
--- a/components/ntp_snippets/pref_names.h
+++ b/components/ntp_snippets/pref_names.h
@@ -44,9 +44,11 @@ extern const char kSnippetThumbnailsRequestsDay[];
extern const char kLastSuccessfulBackgroundFetchTime[];
extern const char kDismissedAssetDownloadSuggestions[];
-extern const char kDismissedRecentOfflineTabSuggestions[];
-extern const char kDismissedOfflinePageDownloadSuggestions[];
extern const char kDismissedForeignSessionsSuggestions[];
+extern const char kDismissedOfflinePageDownloadSuggestions[];
+extern const char kDismissedPhysicalWebPageSuggestions[];
+extern const char kDismissedRecentOfflineTabSuggestions[];
+
extern const char kDismissedCategories[];
// The pref name for the discounted average number of browsing sessions per hour

Powered by Google App Engine
This is Rietveld 408576698