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

Unified Diff: components/ntp_snippets/pref_names.h

Issue 2549163002: RemoteContentSuggestions: Stores the time of the last successful background fetch in a pref (Closed)
Patch Set: Add a comment for the new pref 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
« no previous file with comments | « no previous file | components/ntp_snippets/pref_names.cc » ('j') | components/ntp_snippets/pref_names.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/pref_names.h
diff --git a/components/ntp_snippets/pref_names.h b/components/ntp_snippets/pref_names.h
index d474d4c482cca5df4810bc6c246b72d5c99da12e..88565a90c5c36140ad856d2c3e541fc1fdf16458 100644
--- a/components/ntp_snippets/pref_names.h
+++ b/components/ntp_snippets/pref_names.h
@@ -40,6 +40,9 @@ extern const char kSnippetThumbnailsInteractiveRequestCount[];
// thumbnails.
extern const char kSnippetThumbnailsRequestsDay[];
+// The pref name for the time of the last successfull background fetch.
+extern const char kLastSuccessfullBackgroundFetchTime[];
Marc Treib 2016/12/07 14:42:13 nit: "successful", only one "l"
markusheintz_ 2016/12/08 09:47:41 Done.
+
extern const char kDismissedAssetDownloadSuggestions[];
extern const char kDismissedRecentOfflineTabSuggestions[];
extern const char kDismissedOfflinePageDownloadSuggestions[];
« no previous file with comments | « no previous file | components/ntp_snippets/pref_names.cc » ('j') | components/ntp_snippets/pref_names.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698