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

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: 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:
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 be49f6922c76dec00c3906ce7c77045a2918d12a..520240adbf23ac2994f145a0f79a69ded9a83961 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -8479,6 +8479,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>
@@ -8512,6 +8528,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>

Powered by Google App Engine
This is Rietveld 408576698