| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d224471e86ff4a09869d769d38fd679c6bfb8316..cb921feea748da9dd08562c388617a384ec484e0 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -8879,6 +8879,15 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="NewTabPage.MostVisitedTilePlacementExperiment"
|
| + enum="NtpTileExperimentActions">
|
| + <summary>
|
| + Records anomalous events for the Most Visited Tile Placement experiment,
|
| + where it is unable to operate as expected. These are recorded during New Tab
|
| + Page load time, once for every NTP.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="NewTabPage.NonVisibleScreenshots">
|
| <summary>
|
| The number of screenshots that were cached for the non-visible but ranked
|
| @@ -19305,6 +19314,18 @@ other types of suffix sets.
|
| <int value="2" label="NTP Promo link clicked"/>
|
| </enum>
|
|
|
| +<enum name="NtpTileExperimentActions" type="int">
|
| + <summary>
|
| + The types of actions performed by the Most Visited Tile Placement
|
| + experiment, used to identify the cases where the experiment could not
|
| + operate as expected, and the reason for it.
|
| + </summary>
|
| + <int value="0" label="Removed URL that was already open in browser"/>
|
| + <int value="1" label="Didn't remove URL, too few suggestions in MV"/>
|
| + <int value="2" label="Too few URLs, didn't flip tiles 1 and 8"/>
|
| + <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/>
|
| +</enum>
|
| +
|
| <enum name="OfflineStatus" type="int">
|
| <int value="0" label="Fresh data load from Cache"/>
|
| <int value="1" label="Successful network request (validation or fetch)."/>
|
|
|