| 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. | 
| +  </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> | 
|  |