Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 253313004: CdmAdapter: Add UMA for output protection queries and results. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments addressed Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « media/cdm/ppapi/cdm_adapter.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"/>
« no previous file with comments | « media/cdm/ppapi/cdm_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698