| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 9239e75944698955b3966bf6ca11157ca4441901..4dbe8988f7eedd7b646ab654a6b260f186fcf90f 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -1116,6 +1116,58 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="Android.ChromeHome.Closed">
|
| + <owner>mdjones@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>User closed the Chrome Home bottom sheet.</description>
|
| +</action>
|
| +
|
| +<action name="Android.ChromeHome.FullState">
|
| + <owner>mdjones@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>
|
| + User put the Chrome Home bottom sheet in the fully-open state.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="Android.ChromeHome.HalfState">
|
| + <owner>mdjones@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>
|
| + User put the Chrome Home bottom sheet in the half-open state.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="Android.ChromeHome.Opened">
|
| + <owner>mdjones@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>User opened the Chrome Home bottom sheet.</description>
|
| +</action>
|
| +
|
| +<action name="Android.ChromeHome.ShowBookmarks">
|
| + <owner>mdjones@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>User showed the bookmarks bottom sheet content.</description>
|
| +</action>
|
| +
|
| +<action name="Android.ChromeHome.ShowDownloads">
|
| + <owner>mdjones@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>User showed the downloads bottom sheet content.</description>
|
| +</action>
|
| +
|
| +<action name="Android.ChromeHome.ShowHistory">
|
| + <owner>mdjones@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>User showed the history bottom sheet content.</description>
|
| +</action>
|
| +
|
| +<action name="Android.ChromeHome.ShowSuggestions">
|
| + <owner>mdjones@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <description>User showed the suggestions bottom sheet content.</description>
|
| +</action>
|
| +
|
| <action name="Android.ContentDetectorActivated">
|
| <owner>twellington@chromium.org</owner>
|
| <description>
|
|
|