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

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: Fixed name collision 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
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 &quot;Set as default&quot; on the info bar.
+ </description>
+</action>
+
+<action name="DefaultBrowserInfoBar_DontAskAgain">
+ <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>
@@ -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 &quot;Make Chrome the default browser&quot; in the settings
+ page.
+ </description>
</action>
<action name="Options_SetDownloadDirectory">
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698