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

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: 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
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 0606a32f5958d65251a4c04e65060b4854813955..3b42cb231039c2262c9af9b6794061f3ce5bc95b 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -13655,6 +13655,32 @@ should be able to be added at any place in this file.
</obsolete>
</action>
+<action name="WindowsDesktopSearchRedirectionInfoBar_Dismiss">
Alexei Svitkine (slow) 2016/01/18 16:08:52 It might be good to add an action that the Infobar
fdoray 2016/01/18 18:51:45 Done.
+ <owner>fdoray@chromium.org</owner>
+ <description>
+ Recorded when the user clicks on the dismiss button in the infobar
+ explaining that a Windows desktop search has been redirected to the default
+ search engine.
+ </description>
+</action>
+
+<action name="WindowsDesktopSearchRedirectionInfoBar_Ignore">
+ <owner>fdoray@chromium.org</owner>
+ <description>
+ Recorded when the infobar explaining that a Windows desktop search has been
+ redirected to the default search engine is closed without user interaction.
+ </description>
+</action>
+
+<action name="WindowsDesktopSearchRedirectionInfoBar_ManageSearchSettings">
+ <owner>fdoray@chromium.org</owner>
+ <description>
+ Recorded when the user clicks on the 'Manage search settings' button in the
+ infobar explaining that a Windows desktop search has been redirected to the
+ default search engine.
+ </description>
+</action>
+
<action name="WorkerProcess_BadProcessToKill">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<description>Please enter the description of this user action.</description>

Powered by Google App Engine
This is Rietveld 408576698