| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 7b2c26e1c95517794e87109fcfd8da21c2fb4591..3c01179eab4d245ed2b47f8ae25c45017a380fa4 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>dalecurtis@chromium.org</owner>
|
| + <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>
|
|
|