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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2218963003: Added metrics for background video playback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed the PowerObserver logic, revised metrics descriptions Created 4 years, 4 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 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>

Powered by Google App Engine
This is Rietveld 408576698