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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1911953003: EME: Correctly handle container-only contentType strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes Created 4 years, 7 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 bd6569a40bc5ec4fd3feb703e345bf9ba5a8946a..3293e37683756206412e6d88cc580891ed285f9e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20477,6 +20477,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram
+ name="Media.EME.RequestMediaKeySystemAccess.SelectedAudioContentTypeWithoutCodecs"
+ enum="BooleanEmpty">
+ <owner>jrummell@chromium.org</owner>
+ <summary>
+ Whether the configuration selected by requestMediaKeySystemAccess() has
+ codecs specified for the audioCapabilities.contentType or not.
+ </summary>
+</histogram>
+
+<histogram
+ name="Media.EME.RequestMediaKeySystemAccess.SelectedVideoContentTypeWithoutCodecs"
+ enum="BooleanEmpty">
+ <owner>jrummell@chromium.org</owner>
+ <summary>
+ Whether the configuration selected by requestMediaKeySystemAccess() has
+ codecs specified for the videoCapabilities.contentType or not.
+ </summary>
+</histogram>
+
<histogram name="Media.EME.Unknown" enum="CdmPromiseResult">
<owner>sandersd@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698