| 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 13925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13936 <action name="StatusArea_SMS_Notification_DismissMsg"> | 13936 <action name="StatusArea_SMS_Notification_DismissMsg"> |
| 13937 <owner>tbuckley@chromium.org</owner> | 13937 <owner>tbuckley@chromium.org</owner> |
| 13938 <owner>bruthig@chromium.org</owner> | 13938 <owner>bruthig@chromium.org</owner> |
| 13939 <description> | 13939 <description> |
| 13940 Counts the number of times the user has dismissed an SMS message | 13940 Counts the number of times the user has dismissed an SMS message |
| 13941 notification. Note these notifications are managed by the system menu and | 13941 notification. Note these notifications are managed by the system menu and |
| 13942 not the general notification center. | 13942 not the general notification center. |
| 13943 </description> | 13943 </description> |
| 13944 </action> | 13944 </action> |
| 13945 | 13945 |
| 13946 <action name="StatusArea_ScreenCapture_Default_Stop"> |
| 13947 <owner>bruthig@chromium.org</owner> |
| 13948 <owner>tbuckley@chromium.org</owner> |
| 13949 <description> |
| 13950 Counts the number of times the user stops screen capturing via the screen |
| 13951 capture row in the system menu. |
| 13952 </description> |
| 13953 </action> |
| 13954 |
| 13955 <action name="StatusArea_ScreenCapture_Notification_Stop"> |
| 13956 <owner>bruthig@chromium.org</owner> |
| 13957 <owner>tbuckley@chromium.org</owner> |
| 13958 <description> |
| 13959 Counts the number of times the user stops screen capturing via the Screen |
| 13960 Capture notification. Note these notifications are managed by the system |
| 13961 menu and not the general notification center. |
| 13962 </description> |
| 13963 </action> |
| 13964 |
| 13946 <action name="StatusArea_SignOut"> | 13965 <action name="StatusArea_SignOut"> |
| 13947 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 13966 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 13948 <description>Please enter the description of this user action.</description> | 13967 <description>Please enter the description of this user action.</description> |
| 13949 </action> | 13968 </action> |
| 13950 | 13969 |
| 13951 <action name="StatusArea_SpokenFeedbackDisabled"> | 13970 <action name="StatusArea_SpokenFeedbackDisabled"> |
| 13952 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 13971 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 13953 <description>Please enter the description of this user action.</description> | 13972 <description>Please enter the description of this user action.</description> |
| 13954 </action> | 13973 </action> |
| 13955 | 13974 |
| (...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15018 <action name="webapps.AddShortcut.Manifest"> | 15037 <action name="webapps.AddShortcut.Manifest"> |
| 15019 <owner>mlamouri@chromium.org</owner> | 15038 <owner>mlamouri@chromium.org</owner> |
| 15020 <description> | 15039 <description> |
| 15021 Shortcut added to the homescreen with a valid Manifest. This action will be | 15040 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 15022 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15041 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 15023 to keep a trend of whether the webapp also add meta tags. | 15042 to keep a trend of whether the webapp also add meta tags. |
| 15024 </description> | 15043 </description> |
| 15025 </action> | 15044 </action> |
| 15026 | 15045 |
| 15027 </actions> | 15046 </actions> |
| OLD | NEW |