| 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 12e2b46136e03bc8bf3545bdeb833d6054d0af3c..6a79e5e8601eaf18b5c2c481d8317aff308f9525 100644
|
| --- a/components/ntp_snippets/content_suggestions_metrics.h
|
| +++ b/components/ntp_snippets/content_suggestions_metrics.h
|
| @@ -49,6 +49,8 @@ void OnSuggestionDismissed(int global_position,
|
|
|
| void OnSuggestionTargetVisited(Category category, base::TimeDelta visit_time);
|
|
|
| +void OnCategoryMovedUp(int new_index);
|
| +
|
| // Should only be called once per NTP for each "more" button.
|
| void OnMoreButtonShown(Category category, int position);
|
|
|
|
|