Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 5a9a7e091aed0a7244365c05c225d91b61959a8e..112233a782bb277a1d916a5237f67fd00408f891 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -8722,7 +8722,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> |