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

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

Issue 561643002: Encrypted Media: Add UMA for system code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed 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
« no previous file with comments | « content/renderer/pepper/content_decryptor_delegate.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 cb3c2d4fea972a943c0f628c085be47302bebbf7..a426a40d971b76d4c6b894583b376757de3cb743 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -11305,6 +11305,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">
Ilya Sherman 2014/09/11 05:15:29 For these histograms, it would be more useful to a
+ <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 +11348,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>
« no previous file with comments | « content/renderer/pepper/content_decryptor_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698