| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index bd6569a40bc5ec4fd3feb703e345bf9ba5a8946a..f5422625b1639f5a5c3fc1859e75b733abf8a322 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -20477,6 +20477,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.EME.RequestMediaKeySystemAccess.HasEmptyAudioCodecs"
|
| + enum="BooleanEmpty">
|
| + <owner>jrummell@chromium.org</owner>
|
| + <summary>
|
| + Whether the configuration selected by requestMediaKeySystemAccess() has
|
| + codecs specified for the audioCapabilities.contentType or not.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Media.EME.RequestMediaKeySystemAccess.HasEmptyVideoCodecs"
|
| + enum="BooleanEmpty">
|
| + <owner>jrummell@chromium.org</owner>
|
| + <summary>
|
| + Whether the configuration selected by requestMediaKeySystemAccess() has
|
| + codecs specified for the videoCapabilities.contentType or not.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.EME.Unknown" enum="CdmPromiseResult">
|
| <owner>sandersd@chromium.org</owner>
|
| <summary>
|
|
|