| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index cbf3cbb676bb998b36d6c72acde6de867c98450d..620d23cb7757fa0aac3d66052cf66cf4fc81f005 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -2573,6 +2573,20 @@ 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="DefaultBrowserInfoBar_Accept">
|
| + <owner>pmonette@chromium.org</owner>
|
| + <description>
|
| + The user clicked "Set as default" on the info bar.
|
| + </description>
|
| +</action>
|
| +
|
| +<action name="DefaultBrowserInfoBar_Cancel">
|
| + <owner>pmonette@chromium.org</owner>
|
| + <description>
|
| + The user clicked "Don't ask again" on the info bar.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="Delete">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <description>Please enter the description of this user action.</description>
|
| @@ -10188,8 +10202,11 @@ should be able to be added at any place in this file.
|
| </action>
|
|
|
| <action name="Options_SetAsDefaultBrowser">
|
| - <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| - <description>Please enter the description of this user action.</description>
|
| + <owner>pmonette@chromium.org</owner>
|
| + <description>
|
| + The user clicked "Make Chrome the default browser" in the settings
|
| + page.
|
| + </description>
|
| </action>
|
|
|
| <action name="Options_SetDownloadDirectory">
|
|
|