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

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: Address comments treib 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 d474d4c482cca5df4810bc6c246b72d5c99da12e..a1f7dd1fc9f98bed3e99981bf5af4b46cf971935 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 successful background fetch.
+extern const char kLastSuccessfulBackgroundFetchTime[];
+
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/remote/ntp_snippets_fetcher_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698