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

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

Issue 2832173002: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 456522f7be5e0967c3375a3b69d9d8f180430f4d..dc2324840639d5f6344504305e2dc300903a9876 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -123514,6 +123514,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>

Powered by Google App Engine
This is Rietveld 408576698