Chromium Code Reviews| Index: tools/metrics/actions/actions.xml |
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
| index 11427b848f9add0eed9a788ee263b42a952a3516..5dc2194806fa46a586db4b9db5f414ff0fcdc914 100644 |
| --- a/tools/metrics/actions/actions.xml |
| +++ b/tools/metrics/actions/actions.xml |
| @@ -12628,6 +12628,47 @@ should be able to be added at any place in this file. |
| </description> |
| </action> |
| +<action name="SettingsAppMonitor.AppFocused"> |
| + <owner>grt@chromium.org</owner> |
| + <description>The Windows Settings app became focused.</description> |
| +</action> |
| + |
| +<action name="SettingsAppMonitor.ChooserInvoked"> |
| + <owner>grt@chromium.org</owner> |
| + <description> |
| + The user opened the Windows Settings app's browser chooser. |
| + </description> |
| +</action> |
| + |
| +<action name="SettingsAppMonitor.ChromeBrowserChosen"> |
| + <owner>grt@chromium.org</owner> |
| + <description> |
| + The user selected Chrome from the Windows Settings app's browser chooser. |
| + </description> |
| +</action> |
| + |
| +<action name="SettingsAppMonitor.Failed"> |
| + <owner>grt@chromium.org</owner> |
| + <description> |
| + The Windows Settings app monitor failed to initialize successfully. |
|
Alexei Svitkine (slow)
2016/05/24 19:33:38
Since this doesn't correspond to a user action (so
grt (UTC plus 2)
2016/05/25 12:52:47
I had thought Initialized would be good because it
Alexei Svitkine (slow)
2016/05/25 15:51:34
OK. Maybe mention that in its description.
grt (UTC plus 2)
2016/05/26 13:13:48
Done.
|
| + </description> |
| +</action> |
| + |
| +<action name="SettingsAppMonitor.Initialized"> |
| + <owner>grt@chromium.org</owner> |
| + <description> |
| + The Windows Settings app monitor initialized successfully. |
| + </description> |
| +</action> |
| + |
| +<action name="SettingsAppMonitor.OtherBrowserChosen"> |
| + <owner>grt@chromium.org</owner> |
| + <description> |
| + The user selected a different browser from the Windows Settings app's |
| + browser chooser. |
| + </description> |
| +</action> |
| + |
| <action name="SettingsResetBubble.LearnMore"> |
| <owner>mad@chromium.org</owner> |
| <description>Please enter the description of this user action.</description> |