| 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 2647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2658 <description>Please enter the description of this user action.</description> | 2658 <description>Please enter the description of this user action.</description> |
| 2659 </action> | 2659 </action> |
| 2660 | 2660 |
| 2661 <action name="DefaultBrowserInfoBar_Accept"> | 2661 <action name="DefaultBrowserInfoBar_Accept"> |
| 2662 <owner>pmonette@chromium.org</owner> | 2662 <owner>pmonette@chromium.org</owner> |
| 2663 <description> | 2663 <description> |
| 2664 The user clicked "Set as default" on the info bar. | 2664 The user clicked "Set as default" on the info bar. |
| 2665 </description> | 2665 </description> |
| 2666 </action> | 2666 </action> |
| 2667 | 2667 |
| 2668 <action name="DefaultBrowserInfoBar_Cancel"> |
| 2669 <owner>pmonette@chromium.org</owner> |
| 2670 <description> |
| 2671 The user clicked "Don't ask again" on the info bar. |
| 2672 </description> |
| 2673 </action> |
| 2674 |
| 2675 <action name="DefaultBrowserInfoBar_Dismiss"> |
| 2676 <owner>pmonette@chromium.org</owner> |
| 2677 <description> |
| 2678 The user dismissed the default browser info bar via the 'x'. |
| 2679 </description> |
| 2680 </action> |
| 2681 |
| 2668 <action name="DefaultBrowserInfoBar_DontAskAgain"> | 2682 <action name="DefaultBrowserInfoBar_DontAskAgain"> |
| 2669 <owner>pmonette@chromium.org</owner> | 2683 <owner>pmonette@chromium.org</owner> |
| 2670 <description> | 2684 <description> |
| 2671 The user clicked "Don't ask again" on the info bar. | 2685 The user clicked "Don't ask again" on the info bar. |
| 2672 </description> | 2686 </description> |
| 2687 <obsolete>Renamed to DefaultBrowserInfoBar_Cancel in M52.</obsolete> |
| 2673 </action> | 2688 </action> |
| 2674 | 2689 |
| 2675 <action name="Delete"> | 2690 <action name="Delete"> |
| 2676 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2691 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2677 <description>Please enter the description of this user action.</description> | 2692 <description>Please enter the description of this user action.</description> |
| 2678 </action> | 2693 </action> |
| 2679 | 2694 |
| 2680 <action name="DeleteBackward"> | 2695 <action name="DeleteBackward"> |
| 2681 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2696 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2682 <description>Please enter the description of this user action.</description> | 2697 <description>Please enter the description of this user action.</description> |
| (...skipping 11480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14163 <action name="webapps.AddShortcut.Manifest"> | 14178 <action name="webapps.AddShortcut.Manifest"> |
| 14164 <owner>mlamouri@chromium.org</owner> | 14179 <owner>mlamouri@chromium.org</owner> |
| 14165 <description> | 14180 <description> |
| 14166 Shortcut added to the homescreen with a valid Manifest. This action will be | 14181 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14167 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14182 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14168 to keep a trend of whether the webapp also add meta tags. | 14183 to keep a trend of whether the webapp also add meta tags. |
| 14169 </description> | 14184 </description> |
| 14170 </action> | 14185 </action> |
| 14171 | 14186 |
| 14172 </actions> | 14187 </actions> |
| OLD | NEW |