| 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 a2f04e5668d1772b08f3e72f094205092102058d..3bfff0ec7a5c86af956bcfcdb6cf064414e8062d 100644
|
| --- a/components/ntp_snippets/content_suggestions_metrics.h
|
| +++ b/components/ntp_snippets/content_suggestions_metrics.h
|
| @@ -60,6 +60,12 @@ void OnCategoryDismissed(Category category);
|
|
|
| void RecordRemoteSuggestionsProviderState(bool enabled);
|
|
|
| +void RecordContentSuggestionDismissed();
|
| +
|
| +void RecordCategoryDismissed();
|
| +
|
| +void RecordFetchAction();
|
| +
|
| } // namespace metrics
|
| } // namespace ntp_snippets
|
|
|
|
|