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

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: 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="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.
13659 <owner>fdoray@chromium.org</owner>
13660 <description>
13661 Recorded when the user clicks on the dismiss button in the infobar
13662 explaining that a Windows desktop search has been redirected to the default
13663 search engine.
13664 </description>
13665 </action>
13666
13667 <action name="WindowsDesktopSearchRedirectionInfoBar_Ignore">
13668 <owner>fdoray@chromium.org</owner>
13669 <description>
13670 Recorded when the infobar explaining that a Windows desktop search has been
13671 redirected to the default search engine is closed without user interaction.
13672 </description>
13673 </action>
13674
13675 <action name="WindowsDesktopSearchRedirectionInfoBar_ManageSearchSettings">
13676 <owner>fdoray@chromium.org</owner>
13677 <description>
13678 Recorded when the user clicks on the 'Manage search settings' button in the
13679 infobar explaining that a Windows desktop search has been redirected to the
13680 default search engine.
13681 </description>
13682 </action>
13683
13658 <action name="WorkerProcess_BadProcessToKill"> 13684 <action name="WorkerProcess_BadProcessToKill">
13659 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 13685 <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> 13686 <description>Please enter the description of this user action.</description>
13661 </action> 13687 </action>
13662 13688
13663 <action name="WrenchMenu_OpenRecentTabFromDevice"> 13689 <action name="WrenchMenu_OpenRecentTabFromDevice">
13664 <owner>jwd@chromium.org</owner> 13690 <owner>jwd@chromium.org</owner>
13665 <description> 13691 <description>
13666 Hot Dog Menu: Recent Tabs: Open a recent tab from a device. 13692 Hot Dog Menu: Recent Tabs: Open a recent tab from a device.
13667 </description> 13693 </description>
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
13778 <action name="webapps.AddShortcut.Manifest"> 13804 <action name="webapps.AddShortcut.Manifest">
13779 <owner>mlamouri@chromium.org</owner> 13805 <owner>mlamouri@chromium.org</owner>
13780 <description> 13806 <description>
13781 Shortcut added to the homescreen with a valid Manifest. This action will be 13807 Shortcut added to the homescreen with a valid Manifest. This action will be
13782 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13808 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13783 to keep a trend of whether the webapp also add meta tags. 13809 to keep a trend of whether the webapp also add meta tags.
13784 </description> 13810 </description>
13785 </action> 13811 </action>
13786 13812
13787 </actions> 13813 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698