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

Side by Side 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: don't assume that a Browser exists + fix nits 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is a comprehensive list of Chrome user actions along with the owner 8 This file is a comprehensive list of Chrome user actions along with the owner
9 and description for each user action. A user action should be tied to an actual 9 and description for each user action. A user action should be tied to an actual
10 action taken by a user. It should be logged immediately after a user takes the 10 action taken by a user. It should be logged immediately after a user takes the
(...skipping 13637 matching lines...) Expand 10 before | Expand all | Expand 10 after
13648 13648
13649 <action name="WindowSelector_Selection"> 13649 <action name="WindowSelector_Selection">
13650 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13650 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13651 <description>Please enter the description of this user action.</description> 13651 <description>Please enter the description of this user action.</description>
13652 <obsolete> 13652 <obsolete>
13653 Deprecated as of 06/2014. No longer relevant since alt tab window switching 13653 Deprecated as of 06/2014. No longer relevant since alt tab window switching
13654 was separated from overview mode. 13654 was separated from overview mode.
13655 </obsolete> 13655 </obsolete>
13656 </action> 13656 </action>
13657 13657
13658 <action name="WindowsDesktopSearch">
13659 <owner>fdoray@chromium.org</owner>
13660 <description>
13661 Recorded when a Windows desktop search is opened in Chrome.
13662 </description>
13663 </action>
13664
13665 <action name="WindowsDesktopSearchRedirectionInfoBar_Dismiss">
13666 <owner>fdoray@chromium.org</owner>
13667 <description>
13668 Recorded when the user clicks on the dismiss button in the infobar
13669 explaining that a Windows desktop search has been redirected to the default
13670 search engine.
13671 </description>
13672 </action>
13673
13674 <action name="WindowsDesktopSearchRedirectionInfoBar_Ignore">
13675 <owner>fdoray@chromium.org</owner>
13676 <description>
13677 Recorded when the infobar explaining that a Windows desktop search has been
13678 redirected to the default search engine is closed without user interaction.
13679 </description>
13680 </action>
13681
13682 <action name="WindowsDesktopSearchRedirectionInfoBar_ManageSearchSettings">
13683 <owner>fdoray@chromium.org</owner>
13684 <description>
13685 Recorded when the user clicks on the 'Manage search settings' button in the
13686 infobar explaining that a Windows desktop search has been redirected to the
13687 default search engine.
13688 </description>
13689 </action>
13690
13691 <action name="WindowsDesktopSearchRedirectionInfoBar_Shown">
13692 <owner>fdoray@chromium.org</owner>
13693 <description>
13694 Recorded when the infobar explaining that a Windows desktop search has been
13695 redirected to the default search engine is shown.
13696 </description>
13697 </action>
13698
13658 <action name="WorkerProcess_BadProcessToKill"> 13699 <action name="WorkerProcess_BadProcessToKill">
13659 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13700 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
13660 <description>Please enter the description of this user action.</description> 13701 <description>Please enter the description of this user action.</description>
13661 </action> 13702 </action>
13662 13703
13663 <action name="WrenchMenu_OpenRecentTabFromDevice"> 13704 <action name="WrenchMenu_OpenRecentTabFromDevice">
13664 <owner>jwd@chromium.org</owner> 13705 <owner>jwd@chromium.org</owner>
13665 <description> 13706 <description>
13666 Hot Dog Menu: Recent Tabs: Open a recent tab from a device. 13707 Hot Dog Menu: Recent Tabs: Open a recent tab from a device.
13667 </description> 13708 </description>
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
13778 <action name="webapps.AddShortcut.Manifest"> 13819 <action name="webapps.AddShortcut.Manifest">
13779 <owner>mlamouri@chromium.org</owner> 13820 <owner>mlamouri@chromium.org</owner>
13780 <description> 13821 <description>
13781 Shortcut added to the homescreen with a valid Manifest. This action will be 13822 Shortcut added to the homescreen with a valid Manifest. This action will be
13782 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13823 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13783 to keep a trend of whether the webapp also add meta tags. 13824 to keep a trend of whether the webapp also add meta tags.
13784 </description> 13825 </description>
13785 </action> 13826 </action>
13786 13827
13787 </actions> 13828 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698