| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 2e58c844241aa87d1cb9a75d2083c0ecebf5061c..0b1ef5fd14e8176bc2bbfff4381ab4513a942449 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -23398,6 +23398,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.UnderflowCount">
|
| + <owner>dalecurtis@chromium.org</owner>
|
| + <summary>
|
| + The number of times a src= playback has underflowed; i.e. ran out of data.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Media.UnderflowDuration" units="ms">
|
| + <owner>dalecurtis@chromium.org</owner>
|
| + <summary>
|
| + The amount of time taken to leave the underflow state; i.e. resume playback.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.URLScheme" enum="URLSchemeForHistogram">
|
| <owner>scherkus@chromium.org</owner>
|
| <summary>
|
|
|