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

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

Issue 2671983002: ntp_tiles: Add UMA histograms to correlate icon type to position (Closed)
Patch Set: Adopted histogram suffixes. Created 3 years, 10 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 | « components/ntp_tiles/metrics_unittest.cc ('k') | 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 75942790af4f363c40aeb5a680d3589d150b3942..0ce1ad699fb23096427942c9b4094d8a2110fc34 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39806,8 +39806,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>justincohen@chromium.org</owner>
<owner>newt@chromium.org</owner>
<summary>
- Histogram for user clicks of the most visited thumbnails. The value is equal
- to the index of the thumbnail.
+ Histogram for user clicks of the most visited tile. The value is equal to
+ the index of the tile.
</summary>
</histogram>
@@ -116051,6 +116051,17 @@ value.
<affected-histogram name="OOBE.ErrorScreensTime.Update"/>
</histogram_suffixes>
+<histogram_suffixes name="NewTabPageIconTypes" separator=".">
+ <suffix name="IconsColor"
+ label="Icons using a fallback color (favicon resolution too low)."/>
+ <suffix name="IconsGray"
+ label="Icons using a gray color (no favicon available)."/>
+ <suffix name="IconsReal"
+ label="Icons using an actual icon published by the site."/>
+ <affected-histogram name="NewTabPage.MostVisited"/>
+ <affected-histogram name="NewTabPage.SuggestionsImpression"/>
+</histogram_suffixes>
+
<histogram_suffixes name="NewTabPageProviders" separator=".">
<suffix name="client" label="Suggestions coming from the client."/>
<suffix name="server" label="Suggestions coming from the server."/>
« no previous file with comments | « components/ntp_tiles/metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698