Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index e11e0378f72bba6f6d7ab74b4f91f5dca1e399bb..10d301e2401ac90694864cb228a6edbe342a38ba 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -13900,6 +13900,33 @@ 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="StatusArea_SMS_Detailed"> |
| + <owner>tbuckley@chromium.org</owner> |
| + <owner>bruthig@chromium.org</owner> |
| + <description> |
| + Counts the number of times the user has clicked on the "SMS messages |
|
tdanderson
2016/07/07 17:49:02
I would word as "Counts the number of times the us
bruthig
2016/07/07 18:01:38
Done.
|
| + " status tray item and is now in the detail view. |
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_SMS_DismissMsg_Detailed"> |
| + <owner>tbuckley@chromium.org</owner> |
| + <owner>bruthig@chromium.org</owner> |
| + <description> |
| + Counts the number of times the user has dismissed an SMS message from the |
| + SMS message detailed view in the status tray. |
|
tdanderson
2016/07/07 17:49:02
"in the system menu" rather than "in the status tr
bruthig
2016/07/07 18:01:38
Done.
|
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_SMS_DismissMsg_Notification"> |
| + <owner>tbuckley@chromium.org</owner> |
| + <owner>bruthig@chromium.org</owner> |
| + <description> |
| + Counts the number of times the user has dismissed an SMS message from the |
| + SMS message notification view in the status tray. |
|
tdanderson
2016/07/07 17:49:02
Technically should also be "in the system menu" bu
bruthig
2016/07/07 18:01:38
Done.
|
| + </description> |
| +</action> |
| + |
| <action name="StatusArea_SignOut"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |