| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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> |
| OLD | NEW |