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

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
« media/cdm/ppapi/cdm_adapter.cc ('K') | « 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..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"/>
« media/cdm/ppapi/cdm_adapter.cc ('K') | « media/cdm/ppapi/cdm_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698