Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: tools/metrics/actions/actions.xml

Issue 2512903002: Add bookmark bar/manager actions to track drag and drop. (Closed)
Patch Set: own BookmarkBar_DragEnd Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698