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

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 1925733005: Remove people search (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Deprecate people search actions and enum Created 4 years, 7 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 | « chrome/chrome_tests.gypi ('k') | ui/app_list/search/mixer_unittest.cc » ('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 11723 matching lines...) Expand 10 before | Expand all | Expand 10 after
11734 </action> 11734 </action>
11735 11735
11736 <action name="PasteAndMatchStyle"> 11736 <action name="PasteAndMatchStyle">
11737 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11737 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11738 <description>Please enter the description of this user action.</description> 11738 <description>Please enter the description of this user action.</description>
11739 </action> 11739 </action>
11740 11740
11741 <action name="PeopleSearch_OpenChat"> 11741 <action name="PeopleSearch_OpenChat">
11742 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11742 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11743 <description>Please enter the description of this user action.</description> 11743 <description>Please enter the description of this user action.</description>
11744 <obsolete>Deprecated.</obsolete>
11744 </action> 11745 </action>
11745 11746
11746 <action name="PeopleSearch_SendEmail"> 11747 <action name="PeopleSearch_SendEmail">
11747 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 11748 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
11748 <description>Please enter the description of this user action.</description> 11749 <description>Please enter the description of this user action.</description>
11750 <obsolete>Deprecated.</obsolete>
11749 </action> 11751 </action>
11750 11752
11751 <action name="PermissionBubbleIFrameRequestQueued"> 11753 <action name="PermissionBubbleIFrameRequestQueued">
11752 <owner>gbillock@chromium.org</owner> 11754 <owner>gbillock@chromium.org</owner>
11753 <owner>leng@chromium.org</owner> 11755 <owner>leng@chromium.org</owner>
11754 <description> 11756 <description>
11755 A website with a domain that is not the same as the main frame's domain 11757 A website with a domain that is not the same as the main frame's domain
11756 requested a permission and that permission was queued because an existing 11758 requested a permission and that permission was queued because an existing
11757 permission request was already visible, or because an existing request for 11759 permission request was already visible, or because an existing request for
11758 the main frame's domain is pending. 11760 the main frame's domain is pending.
(...skipping 2648 matching lines...) Expand 10 before | Expand all | Expand 10 after
14407 <action name="webapps.AddShortcut.Manifest"> 14409 <action name="webapps.AddShortcut.Manifest">
14408 <owner>mlamouri@chromium.org</owner> 14410 <owner>mlamouri@chromium.org</owner>
14409 <description> 14411 <description>
14410 Shortcut added to the homescreen with a valid Manifest. This action will be 14412 Shortcut added to the homescreen with a valid Manifest. This action will be
14411 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 14413 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
14412 to keep a trend of whether the webapp also add meta tags. 14414 to keep a trend of whether the webapp also add meta tags.
14413 </description> 14415 </description>
14414 </action> 14416 </action>
14415 14417
14416 </actions> 14418 </actions>
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/app_list/search/mixer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698