| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d45b24a4965157ae0c0ac83d6e67c0a1ee30ca2f..770c44cc86b41bf704c81fb969bf86d36f881794 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -5736,6 +5736,14 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.RTCVideoDecoderError" enum="PepperVideoDecodeError">
|
| + <summary>Counts of video decode errors reported to RTCVideoDecoder.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Media.RTCVideoDecoderInitDecodeStatus" enum="BooleanSuccess">
|
| + <summary>Results of attempts to RTCVideoDecoder::InitDecode().</summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.TimeToPipelineStarted" units="ms">
|
| <summary>
|
| Time in milliseconds from HTML5 media pipeline creation to playing event.
|
|
|