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

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: Hard-coded histogram name 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..8b218afd0a3aebe71bb11917e5d9a01d956c4ba4 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.SystemBack">
+ <owner>dfalcantara@chromium.org</owner>
+ <description>
+ User hit the 'back' button in the CustomTabActivity.
+ </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,15 @@ 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.
+ </description>
+ <obsolete>
+ Deprecated as of 02/2016. Now recorded in the histogram
+ &quot;Android.Activity.ChromeTabbedActivity.SystemBackAction&quot;.
+ </obsolete>
</action>
<action name="TabContextMenu_BookmarkAllTabs">
@@ -13123,6 +13142,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