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

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

Issue 2373863002: mustash: Connect ash system tray "show settings" items to chrome over mojo (Closed)
Patch Set: review comments 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/url_constants.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 10556 matching lines...) Expand 10 before | Expand all | Expand 10 after
10567 </action> 10567 </action>
10568 10568
10569 <action name="OpenAllBookmarksNewWindow"> 10569 <action name="OpenAllBookmarksNewWindow">
10570 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10570 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10571 <description>Please enter the description of this user action.</description> 10571 <description>Please enter the description of this user action.</description>
10572 </action> 10572 </action>
10573 10573
10574 <action name="OpenChangeProfilePictureDialog"> 10574 <action name="OpenChangeProfilePictureDialog">
10575 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10575 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10576 <description>Please enter the description of this user action.</description> 10576 <description>Please enter the description of this user action.</description>
10577 <obsolete>Deprecated 09/2016</obsolete>
10577 </action> 10578 </action>
10578 10579
10579 <action name="OpenFile"> 10580 <action name="OpenFile">
10580 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10581 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10581 <description>Please enter the description of this user action.</description> 10582 <description>Please enter the description of this user action.</description>
10582 </action> 10583 </action>
10583 10584
10584 <action name="OpenFileManager"> 10585 <action name="OpenFileManager">
10585 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 10586 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
10586 <description>Please enter the description of this user action.</description> 10587 <description>Please enter the description of this user action.</description>
(...skipping 5223 matching lines...) Expand 10 before | Expand all | Expand 10 after
15810 <action name="webapps.AddShortcut.Manifest"> 15811 <action name="webapps.AddShortcut.Manifest">
15811 <owner>mlamouri@chromium.org</owner> 15812 <owner>mlamouri@chromium.org</owner>
15812 <description> 15813 <description>
15813 Shortcut added to the homescreen with a valid Manifest. This action will be 15814 Shortcut added to the homescreen with a valid Manifest. This action will be
15814 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 15815 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
15815 to keep a trend of whether the webapp also add meta tags. 15816 to keep a trend of whether the webapp also add meta tags.
15816 </description> 15817 </description>
15817 </action> 15818 </action>
15818 15819
15819 </actions> 15820 </actions>
OLDNEW
« no previous file with comments | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698