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

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

Issue 754013006: Add Bookmark All Tabs UMA metric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 6 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index efd97a8a69d6ec9b5b45820d872c387843439387..ef7eff682b7c57b470bac48f585756780142d0c5 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -1328,6 +1328,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="BookmarkAllTabs">
+ <owner>wittman@chromium.org</owner>
+ <description>
+ User selected Bookmark All Tabs... from anywhere in the UI.
Mark P 2014/11/25 04:56:21 nit: what do you mean by "..."? If you mean somet
Mike Wittman 2014/12/03 20:22:38 "Bookmark All Tabs..." is the actual text in the m
+ </description>
+</action>
+
<action name="BookmarkBarFolder_CtxMenu">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>
@@ -10920,8 +10927,10 @@ should be able to be added at any place in this file.
</action>
<action name="TabContextMenu_BookmarkAllTabs">
- <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>wittman@chromium.org</owner>
+ <description>
+ User selected Bookmark All Tabs... from the tab context menu.
+ </description>
</action>
<action name="TabContextMenu_CloseOtherTabs">
« chrome/browser/ui/browser_commands.cc ('K') | « chrome/browser/ui/browser_commands.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698