| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index cbf3cbb676bb998b36d6c72acde6de867c98450d..6d133ba446e100983e84f21f35fd71d144a5c5c3 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -8674,7 +8674,16 @@ should be able to be added at any place in this file.
|
| <action name="Notifications.Persistent.Clicked">
|
| <owner>peter@chromium.org</owner>
|
| <description>
|
| - Recorded when a persistent notification gets clicked on by the user.
|
| + Recorded when the main body of a persistent notification gets clicked on by
|
| + the user (does not include action buttons).
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="Notifications.Persistent.ClickedActionButton">
|
| + <owner>peter@chromium.org</owner>
|
| + <description>
|
| + Recorded when one of a persistent notification's action buttons gets clicked
|
| + on by the user.
|
| </description>
|
| </action>
|
|
|
|
|