| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 448a24d055be81331739e80e6c1180b8544187f2..bb741dc2370e97b7ec54a0ffbb1fd1b2627a89e7 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -13943,6 +13943,25 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="StatusArea_ScreenCapture_Default_Stop">
|
| + <owner>bruthig@chromium.org</owner>
|
| + <owner>tbuckley@chromium.org</owner>
|
| + <description>
|
| + Counts the number of times the user stops screen capturing via the screen
|
| + capture row in the system menu.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="StatusArea_ScreenCapture_Notification_Stop">
|
| + <owner>bruthig@chromium.org</owner>
|
| + <owner>tbuckley@chromium.org</owner>
|
| + <description>
|
| + Counts the number of times the user stops screen capturing via the Screen
|
| + Capture notification. Note these notifications are managed by the system
|
| + menu and not the general notification center.
|
| + </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>
|
|
|