| 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 13330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13341 </action> | 13341 </action> |
| 13342 | 13342 |
| 13343 <action name="Signin_Signin_FromNTP"> | 13343 <action name="Signin_Signin_FromNTP"> |
| 13344 <owner>gogerald@chromium.org</owner> | 13344 <owner>gogerald@chromium.org</owner> |
| 13345 <description> | 13345 <description> |
| 13346 Recorded on sign in start from access point | 13346 Recorded on sign in start from access point |
| 13347 signin_metrics::AccessPoint::ACCESS_POINT_NTP_LINK. | 13347 signin_metrics::AccessPoint::ACCESS_POINT_NTP_LINK. |
| 13348 </description> | 13348 </description> |
| 13349 </action> | 13349 </action> |
| 13350 | 13350 |
| 13351 <action name="Signin_Signin_FromPasswordBubble"> |
| 13352 <owner>gogerald@chromium.org</owner> |
| 13353 <description> |
| 13354 Recorded on sign in start from access point |
| 13355 signin_metrics::AccessPoint::ACCESS_POINT_PASSWORD_BUBBLE. |
| 13356 </description> |
| 13357 </action> |
| 13358 |
| 13351 <action name="Signin_Signin_FromRecentTabs"> | 13359 <action name="Signin_Signin_FromRecentTabs"> |
| 13352 <owner>gogerald@chromium.org</owner> | 13360 <owner>gogerald@chromium.org</owner> |
| 13353 <description> | 13361 <description> |
| 13354 Recorded on sign in start from access point | 13362 Recorded on sign in start from access point |
| 13355 signin_metrics::AccessPoint::ACCESS_POINT_RECENT_TABS. | 13363 signin_metrics::AccessPoint::ACCESS_POINT_RECENT_TABS. |
| 13356 </description> | 13364 </description> |
| 13357 </action> | 13365 </action> |
| 13358 | 13366 |
| 13359 <action name="Signin_Signin_FromSettings"> | 13367 <action name="Signin_Signin_FromSettings"> |
| 13360 <owner>gogerald@chromium.org</owner> | 13368 <owner>gogerald@chromium.org</owner> |
| (...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14806 <action name="webapps.AddShortcut.Manifest"> | 14814 <action name="webapps.AddShortcut.Manifest"> |
| 14807 <owner>mlamouri@chromium.org</owner> | 14815 <owner>mlamouri@chromium.org</owner> |
| 14808 <description> | 14816 <description> |
| 14809 Shortcut added to the homescreen with a valid Manifest. This action will be | 14817 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14810 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14818 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14811 to keep a trend of whether the webapp also add meta tags. | 14819 to keep a trend of whether the webapp also add meta tags. |
| 14812 </description> | 14820 </description> |
| 14813 </action> | 14821 </action> |
| 14814 | 14822 |
| 14815 </actions> | 14823 </actions> |
| OLD | NEW |