Chromium Code Reviews| 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 "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> |