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

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

Issue 2814843005: media: Add incognito EME playback UMA (Closed)
Patch Set: comments 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2f5f084e1badfef1b547ad2edefafeb0327ffaf1..6d96d3c95f1b37b8a03c50103b3a9f38304af178 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26454,6 +26454,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Media.EME.IsIncognito" enum="Boolean">
+ <owner>xhwang@chromium.org</owner>
+ <summary>
+ Whether a given WebMediaPlayer instance, with a CDM attached, is played in
+ an incognito window or in ChromeOS guest mode. Players that never started
+ playback are excluded. Recorded once at time of player destruction.
+ </summary>
+</histogram>
+
<histogram name="Media.EME.KeySystemSupport.Widevine"
enum="MediaKeySystemSupportStatus">
<obsolete>
« content/browser/media/media_internals.cc ('K') | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698