Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index cb16b84ea1adf82a2ffc190e9374391d1606e942..c27814997d3fe3e05a207e3a505cd8a3c7ebf604 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -1122,6 +1122,38 @@ should be able to be added at any place in this file. |
| <description>User closed the Chrome Home bottom sheet.</description> |
| </action> |
| +<action name="Android.ChromeHome.ClosedByNTPCloseButton"> |
| + <owner>mdjones@chromium.org</owner> |
| + <owner>twellington@chromium.org</owner> |
| + <description> |
| + User closed the Chrome Home bottom sheet using the NTP's close button. |
| + </description> |
| +</action> |
| + |
| +<action name="Android.ChromeHome.ClosedByNavigation"> |
| + <owner>mdjones@chromium.org</owner> |
| + <owner>twellington@chromium.org</owner> |
| + <description> |
| + User closed the Chrome Home bottom sheet navigating. |
|
Theresa
2017/05/05 22:19:36
nit: bottom sheet by navigating
mdjones
2017/05/05 22:40:16
Done.
|
| + </description> |
| +</action> |
| + |
| +<action name="Android.ChromeHome.ClosedBySwipe"> |
| + <owner>mdjones@chromium.org</owner> |
| + <owner>twellington@chromium.org</owner> |
| + <description> |
| + User closed the Chrome Home bottom sheet using a swipe gesture. |
| + </description> |
| +</action> |
| + |
| +<action name="Android.ChromeHome.ClosedByTapScrim"> |
| + <owner>mdjones@chromium.org</owner> |
| + <owner>twellington@chromium.org</owner> |
| + <description> |
| + User closed the Chrome Home bottom sheet tapping the scrim behind the sheet. |
| + </description> |
| +</action> |
| + |
| <action name="Android.ChromeHome.FullState"> |
| <owner>mdjones@chromium.org</owner> |
| <owner>twellington@chromium.org</owner> |
| @@ -1142,6 +1174,42 @@ should be able to be added at any place in this file. |
| <owner>mdjones@chromium.org</owner> |
| <owner>twellington@chromium.org</owner> |
| <description>User opened the Chrome Home bottom sheet.</description> |
| + <obsolete> |
| + Deprecated 5/2017. Replaced by the versions with a suffix, which are more |
| + descriptive. |
| + </obsolete> |
| +</action> |
| + |
| +<action name="Android.ChromeHome.OpenedByExpandButton"> |
| + <owner>mdjones@chromium.org</owner> |
| + <owner>twellington@chromium.org</owner> |
| + <description> |
| + User opened the Chrome Home bottom sheet using the expand button. |
| + </description> |
| +</action> |
| + |
| +<action name="Android.ChromeHome.OpenedByNTP"> |
| + <owner>mdjones@chromium.org</owner> |
| + <owner>twellington@chromium.org</owner> |
| + <description> |
| + User opened the Chrome Home bottom sheet by opening a new tab. |
| + </description> |
| +</action> |
| + |
| +<action name="Android.ChromeHome.OpenedByOmnibox"> |
| + <owner>mdjones@chromium.org</owner> |
| + <owner>twellington@chromium.org</owner> |
| + <description> |
| + User opened the Chrome Home bottom sheet by focusing the omnibox. |
| + </description> |
| +</action> |
| + |
| +<action name="Android.ChromeHome.OpenedBySwipe"> |
| + <owner>mdjones@chromium.org</owner> |
| + <owner>twellington@chromium.org</owner> |
| + <description> |
| + User opened the Chrome Home bottom sheet using a swipe gesture. |
| + </description> |
| </action> |
| <action name="Android.ChromeHome.ShowBookmarks"> |