| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 96d85a90e3ac28624609b753f3f3538a264d8f19..b9fc60b6889b2805fff636c1f0a158bac6442a8a 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -15826,6 +15826,62 @@ 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="Suggestions.Action.Fetch">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>User requested fetching more content suggestions.</description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.Action.ViewAll">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>
|
| + User navigated to the complete view of a content suggestions section.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.Card.ActionTapped">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>
|
| + User tapped on a card's button in the content suggestions UI.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.Card.SwipedAway">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>
|
| + User swiped a card away in the content suggestions UI.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.Card.Tapped">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>
|
| + User tapped on a card in the content suggestions UI.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.Category.Dismissed">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>User dismissed a content suggestions category.</description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.Content.Dismissed">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>User dismissed a content suggestion.</description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.Content.Opened">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>User opened a content suggestion.</description>
|
| +</action>
|
| +
|
| <action name="Suggestions.ContextMenu.DownloadItem">
|
| <owner>mvanouwerkerk@chromium.org</owner>
|
| <owner>galinap@google.com</owner>
|
| @@ -15876,6 +15932,30 @@ should be able to be added at any place in this file.
|
| </description>
|
| </action>
|
|
|
| +<action name="Suggestions.Site.RemovalUndone">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>User reverted the removal of a suggested site.</description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.Site.Removed">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>User removed a suggested site.</description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.SurfaceHidden">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>User closed the content suggestions UI.</description>
|
| +</action>
|
| +
|
| +<action name="Suggestions.SurfaceVisible">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>User opened the content suggestions UI.</description>
|
| +</action>
|
| +
|
| <action name="Suggestions.Tile.RemovalUndone">
|
| <owner>mvanouwerkerk@chromium.org</owner>
|
| <owner>galinap@google.com</owner>
|
| @@ -15883,6 +15963,18 @@ should be able to be added at any place in this file.
|
| Android: User tapped the undo button in the snackbar after removing a
|
| suggested item.
|
| </description>
|
| + <obsolete>
|
| + Deprecated as of 05/2017. Now recorded as
|
| + "Suggestions.Site.RemovalUndone".
|
| + </obsolete>
|
| +</action>
|
| +
|
| +<action name="Suggestions.Tile.Tapped">
|
| + <owner>finkm@chromium.org</owner>
|
| + <owner>dgn@chromium.org</owner>
|
| + <description>
|
| + User tapped on a tile in the content suggestions UI.
|
| + </description>
|
| </action>
|
|
|
| <action name="SuspiciousExtensionBubbleDismissed">
|
|
|