| 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 13472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13483 </action> | 13483 </action> |
| 13484 | 13484 |
| 13485 <action name="Signin_Impression_FromStartPage"> | 13485 <action name="Signin_Impression_FromStartPage"> |
| 13486 <owner>gogerald@chromium.org</owner> | 13486 <owner>gogerald@chromium.org</owner> |
| 13487 <description> | 13487 <description> |
| 13488 Recorded when showing sign in entry in the first run experience. | 13488 Recorded when showing sign in entry in the first run experience. |
| 13489 </description> | 13489 </description> |
| 13490 <obsolete>Removed from codebase.</obsolete> | 13490 <obsolete>Removed from codebase.</obsolete> |
| 13491 </action> | 13491 </action> |
| 13492 | 13492 |
| 13493 <action name="Signin_MoreButton_Shown"> |
| 13494 <owner>gogerald@chromium.org</owner> |
| 13495 <owner>bzanotti@chromium.org</owner> |
| 13496 <description> |
| 13497 Recorded when the More button is shown on the sign in confirmation screen. |
| 13498 </description> |
| 13499 </action> |
| 13500 |
| 13493 <action name="Signin_Show_EnterpriseAccountPrompt"> | 13501 <action name="Signin_Show_EnterpriseAccountPrompt"> |
| 13494 <owner>gogerald@chromium.org</owner> | 13502 <owner>gogerald@chromium.org</owner> |
| 13495 <description> | 13503 <description> |
| 13496 Recorded when showing sign in enterprise account confirmation dialog. | 13504 Recorded when showing sign in enterprise account confirmation dialog. |
| 13497 </description> | 13505 </description> |
| 13498 </action> | 13506 </action> |
| 13499 | 13507 |
| 13500 <action name="Signin_Show_ImportDataPrompt"> | 13508 <action name="Signin_Show_ImportDataPrompt"> |
| 13501 <owner>gogerald@chromium.org</owner> | 13509 <owner>gogerald@chromium.org</owner> |
| 13502 <description> | 13510 <description> |
| (...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15218 <action name="webapps.AddShortcut.Manifest"> | 15226 <action name="webapps.AddShortcut.Manifest"> |
| 15219 <owner>mlamouri@chromium.org</owner> | 15227 <owner>mlamouri@chromium.org</owner> |
| 15220 <description> | 15228 <description> |
| 15221 Shortcut added to the homescreen with a valid Manifest. This action will be | 15229 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 15222 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15230 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 15223 to keep a trend of whether the webapp also add meta tags. | 15231 to keep a trend of whether the webapp also add meta tags. |
| 15224 </description> | 15232 </description> |
| 15225 </action> | 15233 </action> |
| 15226 | 15234 |
| 15227 </actions> | 15235 </actions> |
| OLD | NEW |