Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index cb3c2d4fea972a943c0f628c085be47302bebbf7..762a878becd4b2bf022968612c4ba0351e61eeba 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -11254,6 +11254,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>KeyError event count using the Clear Key key system.</summary> |
| </histogram> |
| +<histogram name="Media.EME.ClearKey.SystemCode" units="system code"> |
|
ddorwin
2014/09/10 21:24:34
This will never occur because of where the code is
xhwang
2014/09/10 22:09:33
Removed.
|
| + <owner>xhwang@chromium.org</owner> |
| + <summary>System code count using the Clear Key key system.</summary> |
| +</histogram> |
| + |
| <histogram name="Media.EME.NeedKey"> |
| <owner>xhwang@chromium.org</owner> |
| <summary>EME NeedKey event count.</summary> |
| @@ -11305,6 +11310,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>KeyError event count using an unknown key system.</summary> |
| </histogram> |
| +<histogram name="Media.EME.Unknown.SystemCode" units="system code"> |
| + <owner>xhwang@chromium.org</owner> |
| + <summary>System code count using an unknown key system.</summary> |
| +</histogram> |
| + |
| <histogram name="Media.EME.Widevine.addKey" enum="MediaKeyException"> |
| <owner>xhwang@chromium.org</owner> |
| <summary>addKey result using the Widevine key system.</summary> |
| @@ -11343,6 +11353,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| <summary>KeyError event count using the Widevine key system.</summary> |
| </histogram> |
| +<histogram name="Media.EME.Widevine.SystemCode" units="system code"> |
| + <owner>xhwang@chromium.org</owner> |
| + <summary>System code count using the Widevine key system.</summary> |
| +</histogram> |
| + |
| <histogram name="Media.FallbackHardwareAudioBitsPerChannel"> |
| <owner>dalecurtis@chromium.org</owner> |
| <summary> |