Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b3bf894d54a1ab87f9d81107874c262027b771da..ad658f3e161565de5997271c4f9fdda07b660aa8 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -22929,6 +22929,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Media.Session.BackgroundTime" units="ms"> |
+ <owner>avayvod@chromium.org</owner> |
+ <owner>mlamouri@chromium.org</owner> |
+ <owner>zhiqiang@chromium.org</owner> |
+ <summary> |
+ Android-specific metrics. The time between the moment the backgrounded video |
Ilya Sherman
2016/08/17 01:17:14
nit: s/metrics/metric
whywhat
2016/08/17 18:03:34
Done.
|
+ playback is started (meaning the user just resumed the backgrounded video |
+ allowing playback) and the moment it stops being background playback by the |
+ current playing video either going foreground or being paused by the user. |
+ Note: on Android, videos are suspended when backgrounded. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Media.Session.Pause" enum="MediaSessionActionSource"> |
<owner>avayvod@chromium.org</owner> |
<owner>mlamouri@chromium.org</owner> |