| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 96d85a90e3ac28624609b753f3f3538a264d8f19..f6914c723a45c8d12b7cb3cd30fc3bb42b2aac50 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -8804,7 +8804,7 @@ should be able to be added at any place in this file.
|
| <description>Please enter the description of this user action.</description>
|
| </action>
|
|
|
| -<action name="Launcher_ClickOnApplistButton">
|
| +<action name="Launcher_ClickOnApplistButton" not_user_triggered="true">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
| </action>
|
| @@ -8831,6 +8831,11 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="Launcher_Show">
|
| + <owner>vadimt@chromium.org</owner>
|
| + <description>Launcher got shown.</description>
|
| +</action>
|
| +
|
| <action name="Launcher_SwitchTask">
|
| <owner>bruthig@google.com</owner>
|
| <owner>tdanderson@google.com</owner>
|
|
|