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

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

Issue 1748773002: Simplify the default browser infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fieldtrial testing Created 4 years, 8 months 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 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 &quot;Don't ask again&quot; 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 &quot;Don't ask again&quot; on the info bar.
</description>
+ <obsolete>Renamed to DefaultBrowserInfoBar_Cancel in M52.</obsolete>
</action>
<action name="Delete">

Powered by Google App Engine
This is Rietveld 408576698