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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2809783003: [LargeIconService] Report size of favicon for fallback style 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 178edb8325e4ee89afd156afcd747147f7c28c7a..c034b2bfa63806c584c8b93ddbe30868e5271c09 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20452,6 +20452,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>

Powered by Google App Engine
This is Rietveld 408576698