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..1d1b38a56ec791412d2ad8706efe71c51a516924 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -900,6 +900,14 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| +<action name="Android.ManageSpace"> |
| + <owner>dmurph@chromium.org</owner> |
| + <description> |
| + This is recorded when the user navigates to 'Manage Space' from the Android |
|
Mark P
2016/06/29 20:20:32
nit: "This is recorded when the user navigates" ->
dmurph
2016/06/29 21:56:06
Done.
|
| + settings for Chrome. |
|
Mark P
2016/06/29 20:20:32
Is this the app information panel in the "Apps" se
dmurph
2016/06/29 21:56:06
Yes, it's a new feature. Fixed.
|
| + </description> |
| +</action> |
| + |
| <action name="Android.MultiWindowMode.Enter"> |
| <owner>twellington@chromium.org</owner> |
| <description>The activity entered Android N multi-window mode.</description> |
| @@ -9331,6 +9339,14 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| +<action name="MobileWebsiteSettingsStorageClearAll"> |
| + <owner>dmurph@chromium.org</owner> |
| + <description> |
| + Recorded when the user clicks on the 'Clear All' button in the Storage |
|
Mark P
2016/06/29 20:20:32
"Recorded when the user clicks" -> "User clicked"
dmurph
2016/06/29 21:56:06
Done.
|
| + section of sites settings. |
| + </description> |
| +</action> |
| + |
| <action name="MostVisited0"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |