Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 5e25e02c17110ba0da3927913ae7d1190bff6267..5711475b3b9b189978b1939fd67855b4410a0097 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -8496,6 +8496,40 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| +<action name="Media.Hidden"> |
|
Ilya Sherman
2016/08/08 22:09:10
Is this always a user-initiated action, or can it
whywhat
2016/08/11 21:51:04
Rewrote the description. We're trying to only trac
|
| + <owner>avayvod@chromium.org</owner> |
| + <description>A renderer media delegate is notified it's hidden.</description> |
|
mlamouri (slow - plz ping)
2016/08/08 13:19:31
I'm not sure "renderer media delegate" is the righ
whywhat
2016/08/11 21:51:04
Done.
|
| +</action> |
| + |
| +<action name="Media.RemoteControls.Pause"> |
| + <owner>avayvod@chromium.org</owner> |
| + <description>Media delegate is requested to pause media.</description> |
|
mlamouri (slow - plz ping)
2016/08/08 13:19:31
Same as above. It's very unclear what "Media deleg
whywhat
2016/08/11 21:51:04
Done.
|
| +</action> |
| + |
| +<action name="Media.RemoteControls.Play"> |
| + <owner>avayvod@chromium.org</owner> |
| + <description>Media delegate is requested to resume media.</description> |
| +</action> |
| + |
| +<action name="Media.Session.BackgroundResume"> |
| + <owner>avayvod@chromium.org</owner> |
| + <description> |
| + Background video playback started for the render frame. |
| + </description> |
| +</action> |
| + |
| +<action name="Media.Session.BackgroundSuspend"> |
| + <owner>avayvod@chromium.org</owner> |
| + <description> |
| + Background video playback stopped for the render frame. |
| + </description> |
| +</action> |
| + |
| +<action name="Media.Shown"> |
| + <owner>avayvod@chromium.org</owner> |
| + <description>A renderer media delegate is notified it's shown.</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> |