| Index: components/ntp_snippets/content_suggestions_metrics.cc
|
| diff --git a/components/ntp_snippets/content_suggestions_metrics.cc b/components/ntp_snippets/content_suggestions_metrics.cc
|
| index de0a01136e42051e1baa557e838d89ca277a0b48..5d2d4afe9af355040b420d72fb3d165b534e8ddd 100644
|
| --- a/components/ntp_snippets/content_suggestions_metrics.cc
|
| +++ b/components/ntp_snippets/content_suggestions_metrics.cc
|
| @@ -361,5 +361,10 @@ void OnCategoryDismissed(Category category) {
|
| HistogramCategories::COUNT);
|
| }
|
|
|
| +void RecordRemoteSuggestionsProviderState(bool enabled) {
|
| + UMA_HISTOGRAM_BOOLEAN(
|
| + "NewTabPage.ContentSuggestions.Preferences.RemoteSuggestions", enabled);
|
| +}
|
| +
|
| } // namespace metrics
|
| } // namespace ntp_snippets
|
|
|