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

Unified Diff: components/ntp_snippets/pref_names.cc

Issue 2549163002: RemoteContentSuggestions: Stores the time of the last successful background fetch in a pref (Closed)
Patch Set: Remove LOG(ERROR) dbg statment 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.cc
diff --git a/components/ntp_snippets/pref_names.cc b/components/ntp_snippets/pref_names.cc
index 9b0ff032e9d7b99bcffa595d257248d1175b0897..b3546858b2eb8befb9d288fe686efa532f2b3d1e 100644
--- a/components/ntp_snippets/pref_names.cc
+++ b/components/ntp_snippets/pref_names.cc
@@ -41,6 +41,9 @@ const char kDismissedForeignSessionsSuggestions[] =
"ntp_suggestions.foreign_sessions.dismissed_ids";
const char kDismissedCategories[] = "ntp_suggestions.dismissed_categories";
+const char kLastSuccessfulBackgroundFetchTime[] =
+ "ntp_suggestions.remote.last_successfull_background_fetch_time";
Marc Treib 2016/12/08 10:33:49 Also here: Only one "l"
markusheintz_ 2016/12/08 11:37:18 Done
+
const char kUserClassifierAverageNTPOpenedPerHour[] =
"ntp_suggestions.user_classifier.average_ntp_opened_per_hour";
const char kUserClassifierAverageSuggestionsShownPerHour[] =

Powered by Google App Engine
This is Rietveld 408576698