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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2265893003: media: Add UMA to report CDM interface version being used (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 4 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 | « media/cdm/ppapi/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 dd832828fc09b9b7eea4a093951c318f5d4daa81..e23dff64d2a2b82d98ff8cfdf0f52e6633fa95e2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22404,6 +22404,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.EME.CdmInterfaceVersion">
+ <owner>xhwang@chromium.org</owner>
+ <summary>
+ Chromium could support multiple versions of CDM interface. This metric
+ records the CDM interface version that the CDM created by Chromium uses.
+ This is recorded once per CDM instance.
+ </summary>
+</histogram>
+
<histogram name="Media.EME.ClearKey" enum="CdmPromiseResult">
<owner>sandersd@chromium.org</owner>
<summary>
« no previous file with comments | « media/cdm/ppapi/ppapi_cdm_adapter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698