| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index bcdae8421e505b487937bc31999962ca6a2da871..43d6ad5e80c1b9ac9d967b4c9a625c67bab953ec 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -11222,6 +11222,23 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.EME.CdmFileIO.FileSizeKBOnError" units="KB">
|
| + <owner>xhwang@chromium.org</owner>
|
| + <summary>
|
| + Size in KB of the last file sucessfully read by the CDM through CDM FileIO
|
| + before a specific error happens. This is reported only when the error
|
| + happens, which should be rare.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Media.EME.CdmFileIO.FileSizeKBOnFirstRead" units="KB">
|
| + <owner>xhwang@chromium.org</owner>
|
| + <summary>
|
| + Size in KB of the first file sucessfully read by the CDM through CDM FileIO.
|
| + This is recorded once per CDM instance.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.EME.ClearKey.addKey" enum="MediaKeyException">
|
| <owner>xhwang@chromium.org</owner>
|
| <summary>addKey result using the Clear Key key system.</summary>
|
|
|