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

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

Issue 2809783003: [LargeIconService] Report size of favicon for fallback style to UMA (Closed)
Patch Set: Ilya's comment #3 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 | « components/favicon/core/large_icon_service_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 18ad474ad9b6740d66d9e28df345bcade93ab07f..670aae84a4cb566ada1ca86744457c7a66f9209d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20513,6 +20513,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Favicons.LargeIconService.FallbackSize" units="pixels">
+ <owner>jkrcal@chromium.org</owner>
+ <summary>
+ Records the size (concretely the width) in pixel of the favicon that is used
+ to generate a fallback style in the case when large enough favicon is not
+ available (size 0 denotes that no favicon is available at all).
+ </summary>
+</histogram>
+
<histogram name="FileBrowser.CloudImport.UserAction"
enum="CloudImportUserAction">
<owner>smckay@google.com</owner>
« no previous file with comments | « components/favicon/core/large_icon_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698