| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index eb09f63726cdc2157bd415867b8b96f447661dd8..7ab07045f0eb972c1a57f572c91ebaaf38742e07 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -855,6 +855,42 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="Android.MultiWindowMode.Enter">
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>The activity entered Android N multi-window mode.</description>
|
| +</action>
|
| +
|
| +<action name="Android.MultiWindowMode.Enter-SecondInstance">
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>
|
| + The second activity instance (ChromeTabbedActivity2) entered Android N
|
| + multi-window mode. Recorded separately from Android.MultiWindowMode.Enter to
|
| + avoid double counting when two instances are running.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="Android.MultiWindowMode.Exit">
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>The activity exited Android N multi-window mode.</description>
|
| +</action>
|
| +
|
| +<action name="Android.MultiWindowMode.Exit-SecondInstance">
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>
|
| + The second activity instance (ChromeTabbedActivity2) exited Android N
|
| + multi-window mode. Recorded separately from Android.MultiWindowMode.Exit to
|
| + avoid double counting when two instances are running.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="Android.MultiWindowMode.MultiInstance.Enter">
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>
|
| + A second activity instance (ChromeTabbedActivity2) has been created in
|
| + Android N multi-window mode.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="AppCloseButton_Clk">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
|
|