Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index cc2df0bf7e6a0be613c20eaba537745dbd2d3d71..a99878a542dc64fad7ba5d64d40e1352550b6660 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -14325,6 +14325,23 @@ 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="SettingsResetPrompt_Accepted"> |
| + <owner>alito@chromium.org</owner> |
| + <description>The user accepted the settings reset prompt.</description> |
| +</action> |
| + |
| +<action name="SettingsResetPrompt_Declined"> |
| + <owner>alito@chromium.org</owner> |
| + <description>The user declined the settings reset prompt.</description> |
| +</action> |
| + |
| +<action name="SettingsResetPrompt_Shown" not_user_triggered="true"> |
|
jwd
2017/03/07 18:08:37
I'd say omit the not_user_triggered. Having it her
alito
2017/03/07 20:42:05
Done.
|
| + <owner>alito@chromium.org</owner> |
| + <description> |
| + The settings reset dialog was displayed to the user. |
| + </description> |
| +</action> |
| + |
| <action name="Shelf_AlignmentSetBottom"> |
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| <description>Please enter the description of this user action.</description> |