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..cde9e8fdf743ab73049892bd7087c8420ddbba16 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -13900,6 +13900,24 @@ 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_ScreenCapture_Stopped_Default"> |
| + <owner>bruthig@chromium.org</owner> |
| + <owner>tbuckley@chromium.org</owner> |
| + <description> |
| + Counts the number of times the user stops screen capturing via the default |
| + "Screen Capture" view in the system menu. |
|
tdanderson
2016/07/07 21:54:31
nit: remove quotes
Consider rewording for clarity
bruthig
2016/07/08 14:26:53
Done.
|
| + </description> |
| +</action> |
| + |
| +<action name="StatusArea_ScreenCapture_Stopped_Notification"> |
| + <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. |
|
tdanderson
2016/07/07 21:54:31
nit: remove quotes
Is this notification part of t
bruthig
2016/07/08 14:26:53
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> |