| 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 2299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2310 <description>Please enter the description of this user action.</description> | 2310 <description>Please enter the description of this user action.</description> |
| 2311 </action> | 2311 </action> |
| 2312 | 2312 |
| 2313 <action name="ClearBrowsingData_ChannelIDs"> | 2313 <action name="ClearBrowsingData_ChannelIDs"> |
| 2314 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2314 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2315 <description>Please enter the description of the metric.</description> | 2315 <description>Please enter the description of the metric.</description> |
| 2316 </action> | 2316 </action> |
| 2317 | 2317 |
| 2318 <action name="ClearBrowsingData_ContentLicenses"> | 2318 <action name="ClearBrowsingData_ContentLicenses"> |
| 2319 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2319 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2320 <description>Please enter the description of this user action.</description> | 2320 <description> |
| 2321 Content licenses for Flash were deauthorized as the user selected |
| 2322 "Media Licenses" when clearing browsing data and Flash was |
| 2323 enabled. |
| 2324 </description> |
| 2321 </action> | 2325 </action> |
| 2322 | 2326 |
| 2323 <action name="ClearBrowsingData_Cookies"> | 2327 <action name="ClearBrowsingData_Cookies"> |
| 2324 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2328 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2325 <description>Please enter the description of this user action.</description> | 2329 <description>Please enter the description of this user action.</description> |
| 2326 </action> | 2330 </action> |
| 2327 | 2331 |
| 2328 <action name="ClearBrowsingData_Downloads"> | 2332 <action name="ClearBrowsingData_Downloads"> |
| 2329 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2333 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2330 <description>Please enter the description of this user action.</description> | 2334 <description>Please enter the description of this user action.</description> |
| (...skipping 12495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14826 <action name="webapps.AddShortcut.Manifest"> | 14830 <action name="webapps.AddShortcut.Manifest"> |
| 14827 <owner>mlamouri@chromium.org</owner> | 14831 <owner>mlamouri@chromium.org</owner> |
| 14828 <description> | 14832 <description> |
| 14829 Shortcut added to the homescreen with a valid Manifest. This action will be | 14833 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14830 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14834 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14831 to keep a trend of whether the webapp also add meta tags. | 14835 to keep a trend of whether the webapp also add meta tags. |
| 14832 </description> | 14836 </description> |
| 14833 </action> | 14837 </action> |
| 14834 | 14838 |
| 14835 </actions> | 14839 </actions> |
| OLD | NEW |