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

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: address comments Created 6 years 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/browser_commands.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 efd97a8a69d6ec9b5b45820d872c387843439387..05e02901a4d044265adae9a19e0b3f215eabcb8d 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.
+ </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">
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698