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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2804283003: [LargeIconService] Report size of the downloaded favicon to UMA (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 0fddafe46410e387d6a04d3532f021328def2724..c8603ee709b7c86b1181a8d3e4a217fd80c3bf33 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20408,6 +20408,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Favicons.LargeIconService.DownloadedSize">
Ilya Sherman 2017/04/07 19:26:47 nit: Please add a units attribute.
Ilya Sherman 2017/04/07 19:26:47 Optional nit: Perhaps name this "DownloadedSize.Wi
jkrcal 2017/04/11 19:25:37 Since favicons are square, I find having "Width" i
jkrcal 2017/04/11 19:25:37 Done.
+ <owner>jkrcal@chromium.org</owner>
+ <summary>
+ Records the size (concretely the width) in pixel of the favicon downloaded
+ from Google favicon server (size 0 denotes that download has failed).
+ </summary>
+</histogram>
+
<histogram name="FileBrowser.CloudImport.UserAction"
enum="CloudImportUserAction">
<owner>smckay@google.com</owner>

Powered by Google App Engine
This is Rietveld 408576698