Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index c6a72398b0ff3d6e1397db4c452b29affb60074d..3b20b28d96b4edee65c67ee856f96b594307e6f1 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -10369,6 +10369,14 @@ 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="MobileStartup.MainIntent.NTPCreatedDueToInactivity"> |
| + <owner>tedchoc@chromium.org</owner> |
| + <description> |
| + An ACTION_MAIN intent was received by Chrome and a NTP was created due to |
|
Ilya Sherman
2017/03/28 18:19:54
nit: s/a NTP/an NTP
Ted C
2017/03/28 20:32:22
Done.
|
| + the time elapsed since Chrome was last visited. |
| + </description> |
| +</action> |
| + |
| <action name="MobileStartup.MainIntentReceived"> |
| <owner>tedchoc@chromium.org</owner> |
| <description> |
| @@ -10377,6 +10385,38 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| +<action name="MobileStartup.MainIntentReceived.After12Hours"> |
| + <owner>tedchoc@chromium.org</owner> |
| + <description> |
| + An ACTION_MAIN intent was received by Chrome after the user had not used |
| + Chrome for 12 hours. |
| + </description> |
| +</action> |
| + |
| +<action name="MobileStartup.MainIntentReceived.After1Hour"> |
| + <owner>tedchoc@chromium.org</owner> |
| + <description> |
| + An ACTION_MAIN intent was received by Chrome after the user had not used |
| + Chrome for 1 hour. |
| + </description> |
| +</action> |
| + |
| +<action name="MobileStartup.MainIntentReceived.After24Hours"> |
| + <owner>tedchoc@chromium.org</owner> |
| + <description> |
| + An ACTION_MAIN intent was received by Chrome after the user had not used |
| + Chrome for 24 hours. |
| + </description> |
| +</action> |
| + |
| +<action name="MobileStartup.MainIntentReceived.After6Hours"> |
| + <owner>tedchoc@chromium.org</owner> |
| + <description> |
| + An ACTION_MAIN intent was received by Chrome after the user had not used |
| + Chrome for 6 hours. |
|
Ilya Sherman
2017/03/28 18:19:54
nit: but fewer than 12 hours (and please document
Ted C
2017/03/28 20:32:22
Done.
|
| + </description> |
| +</action> |
| + |
| <action name="MobileTabClobbered"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |