| 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 13934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13945 <action name="StatusArea_SMS_Notification_DismissMsg"> | 13945 <action name="StatusArea_SMS_Notification_DismissMsg"> |
| 13946 <owner>tbuckley@chromium.org</owner> | 13946 <owner>tbuckley@chromium.org</owner> |
| 13947 <owner>bruthig@chromium.org</owner> | 13947 <owner>bruthig@chromium.org</owner> |
| 13948 <description> | 13948 <description> |
| 13949 Counts the number of times the user has dismissed an SMS message | 13949 Counts the number of times the user has dismissed an SMS message |
| 13950 notification. Note these notifications are managed by the system menu and | 13950 notification. Note these notifications are managed by the system menu and |
| 13951 not the general notification center. | 13951 not the general notification center. |
| 13952 </description> | 13952 </description> |
| 13953 </action> | 13953 </action> |
| 13954 | 13954 |
| 13955 <action name="StatusArea_ScreenCapture_Default_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 row in the system menu. |
| 13961 </description> |
| 13962 </action> |
| 13963 |
| 13964 <action name="StatusArea_ScreenCapture_Notification_Stop"> |
| 13965 <owner>bruthig@chromium.org</owner> |
| 13966 <owner>tbuckley@chromium.org</owner> |
| 13967 <description> |
| 13968 Counts the number of times the user stops screen capturing via the Screen |
| 13969 Capture notification. Note these notifications are managed by the system |
| 13970 menu and not the general notification center. |
| 13971 </description> |
| 13972 </action> |
| 13973 |
| 13955 <action name="StatusArea_SignOut"> | 13974 <action name="StatusArea_SignOut"> |
| 13956 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 13975 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 13957 <description>Please enter the description of this user action.</description> | 13976 <description>Please enter the description of this user action.</description> |
| 13958 </action> | 13977 </action> |
| 13959 | 13978 |
| 13960 <action name="StatusArea_SpokenFeedbackDisabled"> | 13979 <action name="StatusArea_SpokenFeedbackDisabled"> |
| 13961 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 13980 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 13962 <description>Please enter the description of this user action.</description> | 13981 <description>Please enter the description of this user action.</description> |
| 13963 </action> | 13982 </action> |
| 13964 | 13983 |
| (...skipping 1062 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15027 <action name="webapps.AddShortcut.Manifest"> | 15046 <action name="webapps.AddShortcut.Manifest"> |
| 15028 <owner>mlamouri@chromium.org</owner> | 15047 <owner>mlamouri@chromium.org</owner> |
| 15029 <description> | 15048 <description> |
| 15030 Shortcut added to the homescreen with a valid Manifest. This action will be | 15049 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 15031 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15050 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 15032 to keep a trend of whether the webapp also add meta tags. | 15051 to keep a trend of whether the webapp also add meta tags. |
| 15033 </description> | 15052 </description> |
| 15034 </action> | 15053 </action> |
| 15035 | 15054 |
| 15036 </actions> | 15055 </actions> |
| OLD | NEW |