Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 51ad5442d8921fcfb176e116ddcd5a687c1efe96..6fc205fdbaa0a2288f765aa89057c561e99b603c 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -13802,6 +13802,55 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| +<action name="StatusArea_Display_Default_Selected"> |
| + <owner>bruthig@chromium.org</owner> |
| + <owner>tbuckley@chromium.org</owner> |
| + <description> |
| + Counts the number of times the user selects the display row in the system |
|
tdanderson
2016/07/08 18:37:50
Add something such as "...does not always open the
bruthig
2016/07/08 21:11:17
Done.
|
| + menu. This action does not always open the display settings. Use the |
| + StatusArea_Display_Default_ShowSettings metric for that. |
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_Display_Default_ShowSettings"> |
| + <owner>bruthig@chromium.org</owner> |
| + <owner>tbuckley@chromium.org</owner> |
| + <description> |
| + Counts the number of times the display settings is opened by the user |
| + selecting the display row in the system menu. |
|
tdanderson
2016/07/08 18:37:50
wording: "number of times the display settings are
bruthig
2016/07/08 21:11:17
Done.
|
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_Display_Notification_Created"> |
| + <owner>bruthig@chromium.org</owner> |
| + <owner>tbuckley@chromium.org</owner> |
| + <description> |
| + Counts the number of times a new display notification is created. |
|
tdanderson
2016/07/08 18:37:50
nit: specify this is within the notifications cent
bruthig
2016/07/08 21:11:17
Done.
|
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_Display_Notification_Selected"> |
| + <owner>bruthig@chromium.org</owner> |
| + <owner>tbuckley@chromium.org</owner> |
| + <description> |
| + Counts the number of times the user selects the display notification. This |
| + action does not always open the display settings. Use the |
| + StatusArea_Display_Notification_Show_Settings metric for that. Note these |
| + notifications are managed by the system menu and not the general |
| + notification center. |
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_Display_Notification_Show_Settings"> |
| + <owner>bruthig@chromium.org</owner> |
| + <owner>tbuckley@chromium.org</owner> |
| + <description> |
| + Counts the number of times the display settings is opened by the user |
| + selecting the display notification. Note these notifications are managed by |
| + the system menu and not the general notification center. |
|
tdanderson
2016/07/08 18:37:50
This is actually part of the notifications center
bruthig
2016/07/08 21:11:17
Done.
|
| + </description> |
| +</action> |
| + |
| <action name="StatusArea_Drive_CancelOperation"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |