Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 9f6ba24ed2865faee434dacc2a67b5bb07ea5086..210959f6f5118522913da5eaab4eacc4ddc68850 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -8846,6 +8846,14 @@ 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="MediaOutputProtectionStatus"> |
+ <owner>xhwang@chromium.org</owner> |
+ <summary> |
+ Output protection query status and result. One query and one positive (no |
+ unprotected external links) result (if any) are reported per CDM instance. |
+ </summary> |
+</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 +36988,12 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="3" label="kInvalidPlayerState"/> |
</enum> |
+<enum name="MediaOutputProtectionStatus" type="int"> |
+ <int value="0" label="Queried"/> |
+ <int value="1" label="No external link"/> |
+ <int value="2" label="All external links protected"/> |
+</enum> |
+ |
<enum name="MigrationNssToPemNetworkTypes" type="int"> |
<int value="0" label="EAP"/> |
<int value="1" label="OpenVPN"/> |