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

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

Issue 2371003003: Remove non-elderberry herb flavors. (Closed)
Patch Set: Rebase Created 4 years, 2 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/common/chrome_switches.cc ('k') | no next file » | 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 15052 matching lines...) Expand 10 before | Expand all | Expand 10 after
15063 15063
15064 <action name="TaskManagement.ReturnButtonClicked"> 15064 <action name="TaskManagement.ReturnButtonClicked">
15065 <owner>dfalcantara@chromium.org</owner> 15065 <owner>dfalcantara@chromium.org</owner>
15066 <description> 15066 <description>
15067 User hit the &quot;X&quot; button to close the tab. The return button is an 15067 User hit the &quot;X&quot; button to close the tab. The return button is an
15068 explicit &quot;close this tab and return to the previous app&quot; button 15068 explicit &quot;close this tab and return to the previous app&quot; button
15069 that may appear to the left of the Omnibox. This is different from regular 15069 that may appear to the left of the Omnibox. This is different from regular
15070 tab closing buttons because those doesn't send the user back to the previous 15070 tab closing buttons because those doesn't send the user back to the previous
15071 app. 15071 app.
15072 </description> 15072 </description>
15073 <obsolete>The button option was removed and code deleted.</obsolete>
15073 </action> 15074 </action>
15074 15075
15075 <action name="TaskManager"> 15076 <action name="TaskManager">
15076 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15077 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15077 <description>Please enter the description of this user action.</description> 15078 <description>Please enter the description of this user action.</description>
15078 </action> 15079 </action>
15079 15080
15080 <action name="Terminate_ProcessMismatch_CreateNewWidget"> 15081 <action name="Terminate_ProcessMismatch_CreateNewWidget">
15081 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 15082 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
15082 <description>Please enter the description of this user action.</description> 15083 <description>Please enter the description of this user action.</description>
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
15846 <action name="webapps.AddShortcut.Manifest"> 15847 <action name="webapps.AddShortcut.Manifest">
15847 <owner>mlamouri@chromium.org</owner> 15848 <owner>mlamouri@chromium.org</owner>
15848 <description> 15849 <description>
15849 Shortcut added to the homescreen with a valid Manifest. This action will be 15850 Shortcut added to the homescreen with a valid Manifest. This action will be
15850 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15851 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15851 to keep a trend of whether the webapp also add meta tags. 15852 to keep a trend of whether the webapp also add meta tags.
15852 </description> 15853 </description>
15853 </action> 15854 </action>
15854 15855
15855 </actions> 15856 </actions>
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698