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

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

Issue 1727823002: [Herb] Add metrics to track button usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 4 years, 10 months 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 03d73bd414cef53ccd82709b785cab653a46edc0..ad080299c423c35bd6c130c0f9fe86009864bbbd 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -2521,6 +2521,18 @@ should be able to be added at any place in this file.
<obsolete>Deprecated as of 11/2015.</obsolete>
</action>
+<action name="CustomTabs.CloseButtonClicked">
+ <owner>dfalcantara@chromium.org</owner>
+ <description>Close button of the CustomTabActivity was clicked.</description>
+</action>
+
+<action name="CustomTabs.SystemBackFinishedApp">
Ilya Sherman 2016/02/25 21:41:25 If recording this as a user action, I think it mak
gone 2016/02/25 22:18:14 Done. I'll probably end up refactoring out the ba
+ <owner>dfalcantara@chromium.org</owner>
+ <description>
+ CustomTabActivity closed because user hit the 'back' button.
+ </description>
+</action>
+
<action name="CustomTabsCustomActionButtonClick">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of the metric.</description>
@@ -12971,8 +12983,11 @@ should be able to be added at any place in this file.
</action>
<action name="SystemBackForNavigation">
- <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>dfalcantara@chromium.org</owner>
+ <description>
+ The user navigated backward in the tab's history using the system back
+ button.
Ilya Sherman 2016/02/25 21:41:25 Is this metric mutually exclusive with SystemBack,
gone 2016/02/25 22:18:14 After my changes to record SystemBack at the top,
+ </description>
</action>
<action name="TabContextMenu_BookmarkAllTabs">
@@ -13123,6 +13138,24 @@ 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="TaskManagement.OpenInChromeActionButtonClicked">
+ <owner>dfalcantara@chromium.org</owner>
+ <description>
+ User hit the &quot;Open in Chrome&quot; action button.
+ </description>
+</action>
+
+<action name="TaskManagement.ReturnButtonClicked">
+ <owner>dfalcantara@chromium.org</owner>
+ <description>
+ User hit the &quot;X&quot; button to close the tab. The return button is an
+ explicit &quot;close this tab and return to the previous app&quot; button
+ that may appear to the left of the Omnibox. This is different from regular
+ tab closing buttons because those doesn't send the user back to the previous
+ app.
+ </description>
+</action>
+
<action name="TaskManager">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698