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

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: fix build errors due to prefs being moved in components Created 4 years, 10 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
« no previous file with comments | « components/search_engines_strings.grdp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after
2647 </action> 2647 </action>
2648 2648
2649 <action name="DesktopSearch"> 2649 <action name="DesktopSearch">
2650 <owner>fdoray@chromium.org</owner> 2650 <owner>fdoray@chromium.org</owner>
2651 <description> 2651 <description>
2652 Recorded when a desktop search is opened in Chrome. This is currently 2652 Recorded when a desktop search is opened in Chrome. This is currently
2653 Windows-specific. 2653 Windows-specific.
2654 </description> 2654 </description>
2655 </action> 2655 </action>
2656 2656
2657 <action name="DesktopSearchRedirectionInfoBar_Dismiss">
2658 <owner>fdoray@chromium.org</owner>
2659 <description>
2660 Recorded when the user clicks on the dismiss button in the infobar
2661 explaining that a desktop search has been redirected to the default search
2662 engine.
2663 </description>
2664 </action>
2665
2666 <action name="DesktopSearchRedirectionInfoBar_Ignore">
2667 <owner>fdoray@chromium.org</owner>
2668 <description>
2669 Recorded when the infobar explaining that a desktop search has been
2670 redirected to the default search engine is closed without user interaction.
2671 </description>
2672 </action>
2673
2674 <action name="DesktopSearchRedirectionInfoBar_ManageSearchSettings">
2675 <owner>fdoray@chromium.org</owner>
2676 <description>
2677 Recorded when the user clicks on the 'Manage search settings' button in the
2678 infobar explaining that a desktop search has been redirected to the default
2679 search engine.
2680 </description>
2681 </action>
2682
2683 <action name="DesktopSearchRedirectionInfoBar_Shown">
2684 <owner>fdoray@chromium.org</owner>
2685 <description>
2686 Recorded when the infobar explaining that a desktop search has been
2687 redirected to the default search engine is shown.
2688 </description>
2689 </action>
2690
2657 <action name="Desktop_SwitchTask"> 2691 <action name="Desktop_SwitchTask">
2658 <owner>bruthig@google.com</owner> 2692 <owner>bruthig@google.com</owner>
2659 <owner>tdanderson@google.com</owner> 2693 <owner>tdanderson@google.com</owner>
2660 <description> 2694 <description>
2661 Recorded when the user activates an existing task window by clicking or 2695 Recorded when the user activates an existing task window by clicking or
2662 tapping on it. Recorded on ChromeOS only. 2696 tapping on it. Recorded on ChromeOS only.
2663 </description> 2697 </description>
2664 </action> 2698 </action>
2665 2699
2666 <action name="Destination_Application_Edit"> 2700 <action name="Destination_Application_Edit">
(...skipping 11155 matching lines...) Expand 10 before | Expand all | Expand 10 after
13822 <action name="webapps.AddShortcut.Manifest"> 13856 <action name="webapps.AddShortcut.Manifest">
13823 <owner>mlamouri@chromium.org</owner> 13857 <owner>mlamouri@chromium.org</owner>
13824 <description> 13858 <description>
13825 Shortcut added to the homescreen with a valid Manifest. This action will be 13859 Shortcut added to the homescreen with a valid Manifest. This action will be
13826 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 13860 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
13827 to keep a trend of whether the webapp also add meta tags. 13861 to keep a trend of whether the webapp also add meta tags.
13828 </description> 13862 </description>
13829 </action> 13863 </action>
13830 13864
13831 </actions> 13865 </actions>
OLDNEW
« 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