Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Unified Diff: tools/metrics/actions/actions.xml

Issue 1426663005: Make the histograms for setting the default browser consistent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index cbf3cbb676bb998b36d6c72acde6de867c98450d..2388226cef140dbebd1fb79bc5aa2e01f598a93f 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 &quot;Set as default&quot; on the info bar.
+ </description>
+</action>
+
+<action name="DefaultBrowserInfoBar_Cancel">
+ <owner>pmonette@chromium.org</owner>
+ <description>
+ The user clicked &quot;Don't ask again&quot; 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 &quot;Make Chrome the default browser&quot; in the
+ settings.
grt (UTC plus 2) 2015/11/03 21:12:22 ?"settings page."?
Patrick Monette 2015/11/10 19:22:47 Done.
+ </description>
</action>
<action name="Options_SetDownloadDirectory">

Powered by Google App Engine
This is Rietveld 408576698