Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 80cfbc7de7b75335eeb51c86416f5d71150721f6..d9494280474aa1a0cf595c91111402cb071e9795 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -4021,6 +4021,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="Cast.Sender.SessionTimeWithoutMediaElementPercentage" |
| + units="%"> |
| + <owner>aberent@chromium.org</owner> |
| + <owner>avayvod@chromium.org</owner> |
| + <summary> |
| + Records the ratio of the time the media element was detached from the remote |
| + playback session to the total duration of the session (as from when the |
| + element has been attached till when the session stopped or disconnected), in |
| + percents. |
|
Mark P
2016/02/08 22:59:37
By implication, this is recorded on every detach e
whywhat
2016/02/09 00:02:48
Yes. Thanks for the review!
|
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Cast.Sender.UrlResolveResult" |
| enum="RemotePlaybackUrlResolveResult"> |
| <owner>aberent@google.com</owner> |