| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 6fee5484e9e48b39f7e0dd15147ad6d43be87083..eaa1e373d572cab4b05a6f377d0947bd46a84ff4 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -39323,6 +39323,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="NewTabPage.ContentSuggestions.MovedUpCategoryNewIndex"
|
| + units="index">
|
| + <owner>vitaliii@chromium.org</owner>
|
| + <summary>
|
| + Android: The new index of a category on the NTP after it has been moved up
|
| + due to a click. The index of a category, which has been overtaken, is not
|
| + recorded here. This tracked index can be different from the position
|
| + observed by the user, e.g. empty categories are not shown. This metric
|
| + ignores all other order changes (e.g. dismissing a category or clearing
|
| + history).
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="NewTabPage.ContentSuggestions.Notifications.Actions"
|
| enum="ContentSuggestionsNotificationsAction">
|
| <owner>sfiera@chromium.org</owner>
|
|
|