Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 46579b97ef61be8c3657048c2036c2a459203789..ab0764f90dd04583e7e1ec4b1e484e4b58283f2a 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -2366,10 +2366,35 @@ 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="BookmarkManager_Drop"> |
| +<action name="BookmarkManager_DropToList"> |
| <owner>calamity@chromium.org</owner> |
|
tsergeant
2016/12/02 04:44:19
I think these should be marked <obsolete> rather t
calamity
2016/12/05 00:12:19
Done.
|
| <description> |
| - Fired when a user drops a bookmark after a drag in the bookmark manager. |
| + Fired when a user drops a bookmark into the bookmark list between other |
| + items in the bookmark manager. |
| + </description> |
| +</action> |
| + |
| +<action name="BookmarkManager_DropToListItem"> |
| + <owner>calamity@chromium.org</owner> |
| + <description> |
| + Fired when a user drops a bookmark directly onto a bookmark list item in the |
| + bookmark manager. |
| + </description> |
| +</action> |
| + |
| +<action name="BookmarkManager_DropToTree"> |
| + <owner>calamity@chromium.org</owner> |
| + <description> |
| + Fired when a user drops a bookmark into the bookmark tree between other |
| + nodes in the bookmark manager. |
| + </description> |
| +</action> |
| + |
| +<action name="BookmarkManager_DropToTreeItem"> |
| + <owner>calamity@chromium.org</owner> |
| + <description> |
| + Fired when a user drops a bookmark directly onto a bookmark tree item in the |
| + bookmark manager. |
| </description> |
| </action> |
| @@ -2418,10 +2443,17 @@ 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="BookmarkManager_StartDrag"> |
| +<action name="BookmarkManager_StartDragFromList"> |
| + <owner>calamity@chromium.org</owner> |
| + <description> |
| + Fired when a user starts a drag to the tree in the bookmark manager. |
| + </description> |
| +</action> |
| + |
| +<action name="BookmarkManager_StartDragFromTree"> |
| <owner>calamity@chromium.org</owner> |
| <description> |
| - Fired when a user starts a drag in the bookmark manager. |
| + Fired when a user starts a drag from the tree in the bookmark manager. |
| </description> |
| </action> |