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

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

Issue 2845863003: NTP: Fix TileType metrics on desktop (Closed)
Patch Set: Created 3 years, 8 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 | « chrome/browser/resources/local_ntp/most_visited_single.js ('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 eb6d3ccd16f55985680027caf4403f669e47da07..41e9ac5de4f45b825ec3c44041ac60f93290bd12 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -122176,6 +122176,10 @@ from previous Chrome versions.
label="Icons using a gray color (no favicon available)."/>
<suffix name="IconsReal"
label="Icons using an actual icon published by the site."/>
+ <suffix name="Thumbnail"
+ label="Not an icon but a thumbnail/screenshot of the page."/>
+ <suffix name="ThumbnailFailed"
+ label="Default gray box in place of a thumbnail/screenshot."/>
<affected-histogram name="NewTabPage.MostVisited"/>
<affected-histogram name="NewTabPage.SuggestionsImpression"/>
</histogram_suffixes>
« no previous file with comments | « chrome/browser/resources/local_ntp/most_visited_single.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698