| 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 2315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2326 <description>Please enter the description of this user action.</description> | 2326 <description>Please enter the description of this user action.</description> |
| 2327 </action> | 2327 </action> |
| 2328 | 2328 |
| 2329 <action name="ClearBrowsingData_ChannelIDs"> | 2329 <action name="ClearBrowsingData_ChannelIDs"> |
| 2330 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2330 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2331 <description>Please enter the description of the metric.</description> | 2331 <description>Please enter the description of the metric.</description> |
| 2332 </action> | 2332 </action> |
| 2333 | 2333 |
| 2334 <action name="ClearBrowsingData_ContentLicenses"> | 2334 <action name="ClearBrowsingData_ContentLicenses"> |
| 2335 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2335 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2336 <description>Please enter the description of this user action.</description> | 2336 <description> |
| 2337 Content licenses for Flash were deauthorized as the user selected |
| 2338 "Media Licenses" when clearing browsing data and Flash was |
| 2339 enabled. |
| 2340 </description> |
| 2337 </action> | 2341 </action> |
| 2338 | 2342 |
| 2339 <action name="ClearBrowsingData_Cookies"> | 2343 <action name="ClearBrowsingData_Cookies"> |
| 2340 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2344 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2341 <description>Please enter the description of this user action.</description> | 2345 <description>Please enter the description of this user action.</description> |
| 2342 </action> | 2346 </action> |
| 2343 | 2347 |
| 2344 <action name="ClearBrowsingData_Downloads"> | 2348 <action name="ClearBrowsingData_Downloads"> |
| 2345 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2349 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2346 <description>Please enter the description of this user action.</description> | 2350 <description>Please enter the description of this user action.</description> |
| (...skipping 12515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14862 <action name="webapps.AddShortcut.Manifest"> | 14866 <action name="webapps.AddShortcut.Manifest"> |
| 14863 <owner>mlamouri@chromium.org</owner> | 14867 <owner>mlamouri@chromium.org</owner> |
| 14864 <description> | 14868 <description> |
| 14865 Shortcut added to the homescreen with a valid Manifest. This action will be | 14869 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14866 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14870 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14867 to keep a trend of whether the webapp also add meta tags. | 14871 to keep a trend of whether the webapp also add meta tags. |
| 14868 </description> | 14872 </description> |
| 14869 </action> | 14873 </action> |
| 14870 | 14874 |
| 14871 </actions> | 14875 </actions> |
| OLD | NEW |