| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 64a65b8eb6f5289be2d17f30cdd838adc48c067d..1b6c3aa6d226e4a2a8ac4adea60c715d1822ad47 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -42391,7 +42391,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="NewTabPage.TileType" enum="MostVisitedTileType">
|
| +<histogram name="NewTabPage.TileType" enum="NTPTileVisualType">
|
| <owner>newt@chromium.org</owner>
|
| <summary>
|
| The visual type of each most visited tile displayed on the new tab page,
|
| @@ -42400,7 +42400,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="NewTabPage.TileTypeClicked" enum="MostVisitedTileType">
|
| +<histogram name="NewTabPage.TileTypeClicked" enum="NTPTileVisualType">
|
| <owner>newt@chromium.org</owner>
|
| <summary>
|
| The visual type of the most visited item that the user clicked on, e.g.
|
| @@ -103000,29 +103000,6 @@ from previous Chrome versions.
|
| <int value="11" label="11"/>
|
| </enum>
|
|
|
| -<enum name="MostVisitedTileType" 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>
|
| - <int value="1" label="IconReal">
|
| - The item displays a site's actual favicon or touch icon.
|
| - </int>
|
| - <int value="2" label="IconColor">
|
| - The item displays a color derived from the site's favicon or touch icon.
|
| - </int>
|
| - <int value="3" label="IconDefault">
|
| - The item displays a default gray box in place of an icon.
|
| - </int>
|
| - <int value="4" label="ThumbnailLocal">
|
| - The item displays a locally-captured thumbnail of the site content.
|
| - </int>
|
| - <int value="5" label="ThumbnailServer">
|
| - The item displays a server-provided thumbnail of the site content.
|
| - </int>
|
| - <int value="6" label="ThumbnailDefault">
|
| - The item displays a default graphic in place of a thumbnail.
|
| - </int>
|
| -</enum>
|
| -
|
| <enum name="MotionEventToolType" type="int">
|
| <summary>The type of tool that triggers a pointer-type MotionEvent.</summary>
|
| <int value="0" label="Unknown">Unknown tool type.</int>
|
| @@ -104458,6 +104435,31 @@ from previous Chrome versions.
|
| <int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/>
|
| </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>
|
| + <int value="1" label="IconReal">
|
| + The item displays a site's actual favicon or touch icon.
|
| + </int>
|
| + <int value="2" label="IconColor">
|
| + The item displays a color derived from the site's favicon or touch icon.
|
| + </int>
|
| + <int value="3" label="IconDefault">
|
| + The item displays a default gray box in place of an icon.
|
| + </int>
|
| + <int value="4" label="DeprecatedThumbnailLocal">
|
| + Deprecated: The item displays a locally-captured thumbnail of the site
|
| + content.
|
| + </int>
|
| + <int value="5" label="DeprecatedThumbnailServer">
|
| + Deprecated: The item displays a server-provided thumbnail of the site
|
| + content.
|
| + </int>
|
| + <int value="6" label="DeprecatedThumbnailDefault">
|
| + Deprecated: The item displays a default graphic in place of a thumbnail.
|
| + </int>
|
| +</enum>
|
| +
|
| <enum name="NTSTATUS" type="int">
|
| <int value="-1073741818" label="0xC0000006 - STATUS_IN_PAGE_ERROR"/>
|
| <int value="-1073741808" label="0xC0000010 - STATUS_INVALID_DEVICE_REQUEST"/>
|
|
|