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