Chromium Code Reviews| 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> |