Commit ac70101f authored by Xiaohan Wang's avatar Xiaohan Wang Committed by Commit Bot

Add aggregation for Media.EME.RequestMediaKeySystemAccess UMK

To enable these metrics on UKM dashboard.

Bug: 1068642
Change-Id: I497e6bfe703407a9a6d42f68a546d2117c8f0058
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151335
Commit-Queue: Xiaohan Wang <xhwang@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#761059}
parent be715037
...@@ -5396,41 +5396,76 @@ be describing additional metrics about the same event. ...@@ -5396,41 +5396,76 @@ be describing additional metrics about the same event.
Event recorded when RequestMediaKeySystemAccess() is called as part of Event recorded when RequestMediaKeySystemAccess() is called as part of
Encrypted Media Extensions (EME) API. Encrypted Media Extensions (EME) API.
</summary> </summary>
<metric name="IsAdFrame"> <metric name="IsAdFrame" enum="Boolean">
<summary> <summary>
Whether the frame is an ad frame. Whether the frame is an ad frame.
</summary> </summary>
<aggregation>
<history>
<statistics>
<enumeration/>
</statistics>
</history>
</aggregation>
</metric> </metric>
<metric name="IsCrossOrigin"> <metric name="IsCrossOrigin" enum="Boolean">
<summary> <summary>
Whether the frame is Cross-Origin to the main frame. Whether the frame is Cross-Origin to the main frame.
</summary> </summary>
<aggregation>
<history>
<statistics>
<enumeration/>
</statistics>
</history>
</aggregation>
</metric> </metric>
<metric name="IsTopFrame"> <metric name="IsTopFrame" enum="Boolean">
<summary> <summary>
Whether the frame is the main frame. Whether the frame is the main frame.
</summary> </summary>
<aggregation>
<history>
<statistics>
<enumeration/>
</statistics>
</history>
</aggregation>
</metric> </metric>
<metric name="KeySystem"> <metric name="KeySystem">
<summary> <summary>
The key system passed in requestMediaKeySystemAccess() call. The key system passed in requestMediaKeySystemAccess() call.
</summary> </summary>
<aggregation>
<history>
<statistics>
<enumeration/>
</statistics>
</history>
</aggregation>
</metric> </metric>
<metric name="VideoCapabilities"> <metric name="VideoCapabilities" enum="Boolean">
<summary> <summary>
Whether there are any &quot;videoCapabilities&quot;. Whether there are any &quot;videoCapabilities&quot;.
</summary> </summary>
</metric> </metric>
<metric name="VideoCapabilities.HasEmptyRobustness"> <metric name="VideoCapabilities.HasEmptyRobustness" enum="Boolean">
<summary> <summary>
Whether there are any &quot;videoCapabilities&quot; with empty robustness. Whether there are any &quot;videoCapabilities&quot; with empty robustness.
</summary> </summary>
</metric> </metric>
<metric name="VideoCapabilities.HasHwSecureAllRobustness"> <metric name="VideoCapabilities.HasHwSecureAllRobustness" enum="Boolean">
<summary> <summary>
Whether there are any &quot;videoCapabilities&quot; with robustness being Whether there are any &quot;videoCapabilities&quot; with robustness being
&quot;HW_SECURE_ALL&quot;. &quot;HW_SECURE_ALL&quot;.
</summary> </summary>
<aggregation>
<history>
<statistics>
<enumeration/>
</statistics>
</history>
</aggregation>
</metric> </metric>
</event> </event>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment