| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index 79b5fa9a8a658b3c7a45fb1e013bbf1f14ef1824..60ad6d08308168a668a44663b10fe372df36f3cd 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -8111,6 +8111,21 @@ should be able to be added at any place in this file.
|
| <description>User opened the app menu.</description>
|
| </action>
|
|
|
| +<action name="MobileNTP.Interests.Click">
|
| + <owner>knn@chromium.org</owner>
|
| + <description>
|
| + Android: The user clicked on an Interest item shown on the NTP.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="MobileNTP.Interests.Dismissed">
|
| + <owner>knn@chromium.org</owner>
|
| + <description>
|
| + Android: The user dismissed the page showing the Interests without clicking
|
| + on any of them.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="MobileNTP.Interests.OpenDialog">
|
| <owner>peconn@chromium.org</owner>
|
| <description>User opened the interests dialog.</description>
|
|
|