| 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 12439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12450 <action name="ShowSessions"> | 12450 <action name="ShowSessions"> |
| 12451 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12451 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12452 <description>Please enter the description of this user action.</description> | 12452 <description>Please enter the description of this user action.</description> |
| 12453 </action> | 12453 </action> |
| 12454 | 12454 |
| 12455 <action name="Shutdown"> | 12455 <action name="Shutdown"> |
| 12456 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 12456 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 12457 <description>Please enter the description of this user action.</description> | 12457 <description>Please enter the description of this user action.</description> |
| 12458 </action> | 12458 </action> |
| 12459 | 12459 |
| 12460 <action name="Signin_AccountSettings_GoogleActivityControlsClicked"> |
| 12461 <owner>mahmadi@chromium.org</owner> |
| 12462 <description> |
| 12463 Recorded when the user clicks the "Google Activity Controls" link |
| 12464 in the account settings page. |
| 12465 </description> |
| 12466 </action> |
| 12467 |
| 12460 <action name="Signin_AddAccountToDevice"> | 12468 <action name="Signin_AddAccountToDevice"> |
| 12461 <owner>gogerald@chromium.org</owner> | 12469 <owner>gogerald@chromium.org</owner> |
| 12462 <description> | 12470 <description> |
| 12463 Recorded when the user chooses to add an account to device. | 12471 Recorded when the user chooses to add an account to device. |
| 12464 </description> | 12472 </description> |
| 12465 </action> | 12473 </action> |
| 12466 | 12474 |
| 12467 <action name="Signin_EnterpriseAccountPrompt_Cancel"> | 12475 <action name="Signin_EnterpriseAccountPrompt_Cancel"> |
| 12468 <owner>gogerald@chromium.org</owner> | 12476 <owner>gogerald@chromium.org</owner> |
| 12469 <description> | 12477 <description> |
| (...skipping 1693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14163 <action name="webapps.AddShortcut.Manifest"> | 14171 <action name="webapps.AddShortcut.Manifest"> |
| 14164 <owner>mlamouri@chromium.org</owner> | 14172 <owner>mlamouri@chromium.org</owner> |
| 14165 <description> | 14173 <description> |
| 14166 Shortcut added to the homescreen with a valid Manifest. This action will be | 14174 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14167 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14175 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14168 to keep a trend of whether the webapp also add meta tags. | 14176 to keep a trend of whether the webapp also add meta tags. |
| 14169 </description> | 14177 </description> |
| 14170 </action> | 14178 </action> |
| 14171 | 14179 |
| 14172 </actions> | 14180 </actions> |
| OLD | NEW |