| Index: components/ntp_snippets/content_suggestions_metrics.h
|
| diff --git a/components/ntp_snippets/content_suggestions_metrics.h b/components/ntp_snippets/content_suggestions_metrics.h
|
| index 4be245ffa8314d2dac1c7d5456bd1bdc39fe6794..d03fb42a48bb91ce10549759459ea0a50983850a 100644
|
| --- a/components/ntp_snippets/content_suggestions_metrics.h
|
| +++ b/components/ntp_snippets/content_suggestions_metrics.h
|
| @@ -23,6 +23,7 @@ void OnSuggestionShown(int global_position,
|
| Category category,
|
| int category_position,
|
| base::Time publish_date,
|
| + base::Time last_background_fetch_time,
|
| float score);
|
|
|
| void OnSuggestionOpened(int global_position,
|
|
|