Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 7b2c26e1c95517794e87109fcfd8da21c2fb4591..2dc7e4700a5dc38766c54122b201600ccc56ab13 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -25742,10 +25742,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </histogram> |
| <histogram name="Media.Duration" units="ms"> |
| + <obsolete> |
| + Removed 03/2017 in favor of Media.Duration2 with larger max bucket. |
| + </obsolete> |
| <owner>scherkus@chromium.org</owner> |
| <summary>Duration in milliseconds of HTML5 media (when known).</summary> |
| </histogram> |
| +<histogram name="Media.Duration2" units="ms"> |
| + <owner>mlamouri@chromium.org</owner> |
|
DaleCurtis
2017/03/02 19:52:59
You can mark me as owner of this one since it's in
johnme
2017/03/03 18:58:05
Done.
|
| + <summary>Duration in milliseconds of HTML5 media (when known).</summary> |
| +</histogram> |
| + |
| <histogram name="Media.EME.CdmFileIO.FileSizeKBOnError" units="KB"> |
| <owner>xhwang@chromium.org</owner> |
| <summary> |