| 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
|
| + "Android.Activity.ChromeTabbedActivity.SystemBackAction".
|
| + </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 "Open in Chrome" action button.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="TaskManagement.ReturnButtonClicked">
|
| + <owner>dfalcantara@chromium.org</owner>
|
| + <description>
|
| + User hit the "X" button to close the tab. The return button is an
|
| + explicit "close this tab and return to the previous app" 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>
|
|
|