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

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2279123002: [Sync] Initial implementation of foreign sessions suggestions provider. (Closed)
Patch Set: Adding sessions deps to BUILD.gn 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 0cf372ece38d3054d8c08294747d21ea9eb7846c..611fd5840900bf49ed743866bccfc5edcd462e78 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -29,6 +29,8 @@ const char kDismissedRecentOfflineTabSuggestions[] =
"ntp_suggestions.offline_pages.recent_tabs.dismissed_ids";
const char kDismissedDownloadSuggestions[] =
"ntp_suggestions.offline_pages.downloads.dismissed_ids";
+const char kDismissedForeignSessionsSuggestions[] =
+ "ntp_suggestoin.foreign_sessions.dismissed_ids";
Marc Treib 2016/09/16 12:26:48 typo, "ntp_suggestoin" should be "ntp_suggestions"
skym 2016/09/16 18:18:48 Done.
const char kBookmarksFirstM54Start[] =
"ntp_suggestions.bookmarks.first_M54_start";
@@ -47,6 +49,5 @@ const char kUserClassifierLastTimeToShowSuggestions[] =
const char kUserClassifierLastTimeToUseSuggestions[] =
"ntp_suggestions.user_classifier.last_time_to_use_suggestions";
-
} // namespace prefs
} // namespace ntp_snippets

Powered by Google App Engine
This is Rietveld 408576698