| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index c14d60a94a7b15a6d16bde2fd2bedcd6021b0e79..017f6274c148178b902372aefb7708e9a94e2395 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -13810,6 +13810,59 @@ 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
|
| + menu. This action does not always open the display settings, e.g. if the row
|
| + is slected from the lock screen. Use the
|
| + StatusArea_Display_Default_ShowSettings metric to see how often the settings
|
| + are actually launched.
|
| + </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 are opened as a result of
|
| + the user selecting the display row in the system menu.
|
| + </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 added to the
|
| + notification center.
|
| + </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, e.g. if the notification
|
| + is selected from the lock screen. Use the
|
| + StatusArea_Display_Notification_Show_Settings metric to see how often the
|
| + settings are actually launched. Note these notifications are managed by the
|
| + 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 are opened as a result of
|
| + the user selecting the display notification. Note these notifications are
|
| + managed by the notification center.
|
| + </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>
|
|
|