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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 561643002: Encrypted Media: Add UMA for system code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
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>

Powered by Google App Engine
This is Rietveld 408576698