| Index: tools/metrics/histograms/enums.xml
|
| diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
|
| index 86b666da8f487d0fef166c2b2ca93c7e7a023a80..7e968306568028a7d95de8a34835c28fabd0b5cc 100644
|
| --- a/tools/metrics/histograms/enums.xml
|
| +++ b/tools/metrics/histograms/enums.xml
|
| @@ -25514,6 +25514,14 @@ from previous Chrome versions.
|
| <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/>
|
| </enum>
|
|
|
| +<enum name="NTPTileFaviconFetchResult" type="int">
|
| + <summary>
|
| + Results of fetching a favicon for a tile on the New Tab Page.
|
| + </summary>
|
| + <int value="0" label="Success"/>
|
| + <int value="1" label="Failure"/>
|
| +</enum>
|
| +
|
| <enum name="NTPTileVisualType" type="int">
|
| <summary>The visual type of a most visited tile on the new tab page.</summary>
|
| <int value="0" label="None">The icon or thumbnail hasn't loaded yet.</int>
|
|
|