Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index be61786ab033442f6f246fa09600b0648d53df11..d2157442b950cf911431a98566b5580b1c21d534 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -10976,6 +10976,58 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| +<action name="NewTabPage_ContextMenuShown"> |
| + <owner>galinap@google.com</owner> |
|
dgn
2017/04/20 18:10:24
mvanouwerkerk@: do you want to be owner for that?
Michael van Ouwerkerk
2017/04/24 13:13:21
Sure.
Galia
2017/04/24 15:13:49
Done.
|
| + <description> |
| + Android: Context menu is shown after a long click on an item in the New Tab |
|
dgn
2017/04/20 18:10:24
Don't make the description overly specific to the
Galia
2017/04/24 15:13:49
Done.
|
| + Page. |
| + </description> |
| +</action> |
| + |
| +<action name="NewTabPage_DownloadItem"> |
| + <owner>galinap@google.com</owner> |
| + <description> |
| + Andorid: User clicked to download an item from the New Tab Page. |
|
dgn
2017/04/20 18:10:24
typo on "Android"
Galia
2017/04/24 15:13:49
Done.
|
| + </description> |
| +</action> |
| + |
| +<action name="NewTabPage_ItemRemovalUndone"> |
| + <owner>galinap@google.com</owner> |
| + <description> |
| + Andorid: User clicked undo in the snackbar after removing an item from the |
| + New Tab Page. |
| + </description> |
| +</action> |
| + |
| +<action name="NewTabPage_OpenItemInIncognitoTab"> |
| + <owner>galinap@google.com</owner> |
| + <description> |
| + Android: User clicked to open an item from the New Tab Page in an incognito |
| + tab. |
| + </description> |
| +</action> |
| + |
| +<action name="NewTabPage_OpenItemInNewTab"> |
| + <owner>galinap@google.com</owner> |
| + <description> |
| + Android: User clicked to open an item from the New Tab Page in a new tab. |
| + </description> |
| +</action> |
| + |
| +<action name="NewTabPage_OpenItemInNewWindow"> |
| + <owner>galinap@google.com</owner> |
| + <description> |
| + Android: User clicked to open an item from the New Tab Page in a new window. |
| + </description> |
| +</action> |
| + |
| +<action name="NewTabPage_RemoveItem"> |
| + <owner>galinap@google.com</owner> |
| + <description> |
| + Android: User clicked to remove an item from the New Tab Page. |
|
Michael van Ouwerkerk
2017/04/24 13:13:22
It would be nice if we could also track dismissals
dgn
2017/04/24 14:06:38
I think tracking what part of the UI is used for w
Galia
2017/04/24 15:13:49
Right, I'll do that, too.
|
| + </description> |
| +</action> |
| + |
| <action name="NewTabPage_ReopenTab"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |