Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 7b6aba272ebb8407ff7973bc288f66d54e635ae6..4aef289c0657620fe44b0797ab1f092a608c49fe 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -24640,6 +24640,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> |