Index: tools/metrics/actions/actions.xml |
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml |
index 979dd73179893aa46ee613910f0b6316890f9d8b..1537b0634c84f46d1aeb07e2a0d51cb2394714f2 100644 |
--- a/tools/metrics/actions/actions.xml |
+++ b/tools/metrics/actions/actions.xml |
@@ -2589,6 +2589,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_DontAskAgain"> |
+ <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> |
@@ -10244,8 +10258,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"> |