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

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

Issue 2888393002: [Icon cacher] Add metrics for downloading favicons for NTP Tiles (Closed)
Patch Set: Comments of Chris Created 3 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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 86b666da8f487d0fef166c2b2ca93c7e7a023a80..7e968306568028a7d95de8a34835c28fabd0b5cc 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -25514,6 +25514,14 @@ from previous Chrome versions.
<int value="3" label="Too few URLs, didn't flip tiles 1 and 4"/>
</enum>
+<enum name="NTPTileFaviconFetchResult" type="int">
+ <summary>
+ Results of fetching a favicon for a tile on the New Tab Page.
+ </summary>
+ <int value="0" label="Success"/>
+ <int value="1" label="Failure"/>
+</enum>
+
<enum name="NTPTileVisualType" type="int">
<summary>The visual type of a most visited tile on the new tab page.</summary>
<int value="0" label="None">The icon or thumbnail hasn't loaded yet.</int>

Powered by Google App Engine
This is Rietveld 408576698