Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 9f6ba24ed2865faee434dacc2a67b5bb07ea5086..3d048cc260c136a7a1227d2fb1e5a4273199efed 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -8846,6 +8846,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<summary>EME NeedKey event count.</summary> |
</histogram> |
+<histogram name="Media.EME.OutputProtection" enum="MediaOutputProtection"> |
+ <owner>xhwang@chromium.org</owner> |
+ <summary>Output protection query status and result.</summary> |
ddorwin
2014/04/30 23:13:35
Should we note that the count is the number of CDM
xhwang
2014/04/30 23:48:16
Done.
|
+</histogram> |
+ |
<histogram name="Media.EME.Unknown.addKey" enum="MediaKeyException"> |
<owner>xhwang@chromium.org</owner> |
<summary>addKey result using an unknown key system.</summary> |
@@ -36980,6 +36985,13 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="3" label="kInvalidPlayerState"/> |
</enum> |
+<enum name="MediaOutputProtection" type="int"> |
+ <int value="0" label="Queried"/> |
+ <int value="1" label="Query error"/> |
+ <int value="2" label="No external link"/> |
+ <int value="3" label="All external links protected"/> |
+</enum> |
+ |
<enum name="MigrationNssToPemNetworkTypes" type="int"> |
<int value="0" label="EAP"/> |
<int value="1" label="OpenVPN"/> |