| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index b8c13a0ea058a29427be85d8e0c79c2ac172dcbc..3cc381f26572fafca590079784183586700103c0 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -2193,8 +2193,10 @@ should be able to be added at any place in this file.
|
| </action>
|
|
|
| <action name="BookmarkBar_DragEnd">
|
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| - <description>Please enter the description of this user action.</description>
|
| + <owner>calamity@chromium.org</owner>
|
| + <description>
|
| + Logged when a bookmark drag ends in the bookmark bar
|
| + </description>
|
| </action>
|
|
|
| <action name="BookmarkBar_DragFromFolder">
|
| @@ -2352,6 +2354,13 @@ 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">
|
| + <owner>calamity@chromium.org</owner>
|
| + <description>
|
| + Fired when a user drops a bookmark after a drag in the bookmark manager.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="BookmarkManager_Export">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
| @@ -2397,6 +2406,13 @@ 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">
|
| + <owner>calamity@chromium.org</owner>
|
| + <description>
|
| + Fired when a user starts a drag in the bookmark manager.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="BookmarkManager_Sync">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
|
|