Chromium Code Reviews| 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[]; |