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

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

Issue 1598553003: Implement the Windows desktop search redirection feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build errors due to prefs being moved in components Created 4 years, 11 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
« no previous file with comments | « components/search_engines_strings.grdp ('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 eea271733dd8d81d479561fe43001e92852b67c8..f93680ddde826e9ac49f3c1160914f2bad998846 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -2654,6 +2654,40 @@ should be able to be added at any place in this file.
</description>
</action>
+<action name="DesktopSearchRedirectionInfoBar_Dismiss">
+ <owner>fdoray@chromium.org</owner>
+ <description>
+ Recorded when the user clicks on the dismiss button in the infobar
+ explaining that a desktop search has been redirected to the default search
+ engine.
+ </description>
+</action>
+
+<action name="DesktopSearchRedirectionInfoBar_Ignore">
+ <owner>fdoray@chromium.org</owner>
+ <description>
+ Recorded when the infobar explaining that a desktop search has been
+ redirected to the default search engine is closed without user interaction.
+ </description>
+</action>
+
+<action name="DesktopSearchRedirectionInfoBar_ManageSearchSettings">
+ <owner>fdoray@chromium.org</owner>
+ <description>
+ Recorded when the user clicks on the 'Manage search settings' button in the
+ infobar explaining that a desktop search has been redirected to the default
+ search engine.
+ </description>
+</action>
+
+<action name="DesktopSearchRedirectionInfoBar_Shown">
+ <owner>fdoray@chromium.org</owner>
+ <description>
+ Recorded when the infobar explaining that a desktop search has been
+ redirected to the default search engine is shown.
+ </description>
+</action>
+
<action name="Desktop_SwitchTask">
<owner>bruthig@google.com</owner>
<owner>tdanderson@google.com</owner>
« no previous file with comments | « components/search_engines_strings.grdp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698