| 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[];
|
|
|