Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index a4f26ab5bd26ddcd14c58d3f2eabd1e3dbf8a1ad..fdf2a99e286a06c6eff99611ceefc2d341a0c512 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -936,6 +936,14 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| +<action name="AndroidManageSpace"> |
|
Theresa
2016/06/29 01:24:45
nit: Android.ManageSpace?
dmurph
2016/06/29 19:17:39
Done.
|
| + <owner>dmurph@chromium.org</owner> |
| + <description> |
| + This is recorded when the user navigates to 'Manage Space' from the Android |
| + settings for Chrome. |
| + </description> |
| +</action> |
| + |
| <action name="AppCloseButton_Clk"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |
| @@ -13502,6 +13510,14 @@ 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="SiteSettings_Storage_ClearAll"> |
|
Theresa
2016/06/29 01:24:45
nit: Use MobileWebsiteSettings in the name to matc
dmurph
2016/06/29 19:17:39
Done.
|
| + <owner>dmurph@chromium.org</owner> |
| + <description> |
| + Recorded when the user clicks on the 'Clear All' button in the Storage |
| + section of sites settings. |
| + </description> |
| +</action> |
| + |
| <action name="StackedTab_DragActiveTab"> |
| <owner>bruthig@chromium.org</owner> |
| <owner>tdanderson@chromium.org</owner> |