Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1123243006: Add UMA stats for icon-based NTP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698