| Index: tools/metrics/actions/actions.xml
|
| diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
|
| index f56848e6bd6fba98efc5505558f69d9adad29728..1e784a8d58b942f2e55b656ed5220d5d49d30b0d 100644
|
| --- a/tools/metrics/actions/actions.xml
|
| +++ b/tools/metrics/actions/actions.xml
|
| @@ -2665,11 +2665,26 @@ should be able to be added at any place in this file.
|
| </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="DefaultBrowserInfoBar_Dismiss">
|
| + <owner>pmonette@chromium.org</owner>
|
| + <description>
|
| + The user dismissed the default browser info bar via the 'x'.
|
| + </description>
|
| +</action>
|
| +
|
| <action name="DefaultBrowserInfoBar_DontAskAgain">
|
| <owner>pmonette@chromium.org</owner>
|
| <description>
|
| The user clicked "Don't ask again" on the info bar.
|
| </description>
|
| + <obsolete>Renamed to DefaultBrowserInfoBar_Cancel in M52.</obsolete>
|
| </action>
|
|
|
| <action name="Delete">
|
|
|