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

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

Issue 2218963003: Added metrics for background video playback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated the browser test 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 71079820c32765f9b61adfd7d7e1afda7bf1e595..dff0ac16ce9ab5efd528ca56a12d386e45ca85a5 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8488,6 +8488,22 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Media.Controls.RemotePause">
+ <owner>avayvod@chromium.org</owner>
+ <description>
+ User pauses the video using any controls apart from the media element itself
+ (aka remote controls: Android Wear, headset, notification, etc).
+ </description>
+</action>
+
+<action name="Media.Controls.RemotePlay">
+ <owner>avayvod@chromium.org</owner>
+ <description>
+ User resumes the video using any controls apart from the media element
+ itself (aka remote controls: Android Wear, headset, notification, etc).
+ </description>
+</action>
+
<action name="Media.Controls.ScrubbingBegin">
<owner>mlamouri@chromium.org</owner>
<description>
@@ -8521,6 +8537,33 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="Media.Hidden">
+ <owner>avayvod@chromium.org</owner>
+ <description>
+ User hid the frame containing a video making the video backgrounded.
+ </description>
+</action>
+
+<action name="Media.Session.BackgroundResume">
+ <owner>avayvod@chromium.org</owner>
+ <description>User resumed a backgrounded video. Android-only.</description>
+</action>
+
+<action name="Media.Session.BackgroundSuspend">
+ <owner>avayvod@chromium.org</owner>
+ <description>
+ User paused a video playing in the background or brought it to the
+ foreground. Android-only.
+ </description>
+</action>
+
+<action name="Media.Shown">
+ <owner>avayvod@chromium.org</owner>
+ <description>
+ User brought the frame containing a video to the foreground.
+ </description>
+</action>
+
<action name="MediaContextMenu_Controls">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
« no previous file with comments | « content/renderer/media/renderer_webmediaplayer_delegate_browsertest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698