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

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

Issue 2834653002: (merge m59) media: Add UMA to record whether encrypted media is enabled (Closed)
Patch Set: Created 3 years, 8 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 | « third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp ('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 259c570297661d04b4633a46e5930d2c9ab00d47..f3c0071f0afb606f841b713d9f25c8aa4630abfe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26933,6 +26933,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.EME.EncryptedMediaEnabled" enum="BooleanEnabled">
+ <owner>xhwang@chromium.org</owner>
+ <summary>
+ Whether encrypted media is enabled when requestMediaKeySystemAccess() is
+ called. User can enable and disable encrypted media in content settings.
+ Recorded when requestMediaKeySystemAccess() is called but will be reported
+ at most once per renderer process.
+ </summary>
+</histogram>
+
<histogram name="Media.EME.IsIncognito" enum="BooleanIncognito">
<owner>xhwang@chromium.org</owner>
<summary>
« no previous file with comments | « third_party/WebKit/Source/modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698