Commit 01d9b43f authored by newt's avatar newt Committed by Commit bot

Add UMA stats for icon-based NTP.

These stats are currently used by internal code, but that code
will be moved into Chromium soon.

BUG=483656

Review URL: https://codereview.chromium.org/1123243006

Cr-Commit-Position: refs/heads/master@{#329701}
parent 6cba592c
......@@ -24755,6 +24755,30 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
<histogram name="NewTabPage.IconsColor">
<owner>newt@chromium.org</owner>
<summary>
The number of most visited tiles on the new tab page that are displayed
using a fallback color (as opposed to having an icon, or simply being gray).
</summary>
</histogram>
<histogram name="NewTabPage.IconsGray">
<owner>newt@chromium.org</owner>
<summary>
The number of most visited tiles on the new tab page that are displayed as
gray (as opposed to having an icon, or a fallback color).
</summary>
</histogram>
<histogram name="NewTabPage.IconsReal">
<owner>newt@chromium.org</owner>
<summary>
The number of most visited tiles on the new tab page that are displayed with
the site's icon (as opposed using a fallback color or just gray).
</summary>
</histogram>
<histogram name="NewTabPage.LoadTime" units="milliseconds">
<owner>fserb@chromium.org</owner>
<summary>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment