| 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 13340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 13351 <description>Recorded when showing sign in entry in the menu.</description> | 13351 <description>Recorded when showing sign in entry in the menu.</description> |
| 13352 </action> | 13352 </action> |
| 13353 | 13353 |
| 13354 <action name="Signin_Impression_FromNTP"> | 13354 <action name="Signin_Impression_FromNTP"> |
| 13355 <owner>gogerald@chromium.org</owner> | 13355 <owner>gogerald@chromium.org</owner> |
| 13356 <description> | 13356 <description> |
| 13357 Recorded when showing sign in entry in the new tab page. | 13357 Recorded when showing sign in entry in the new tab page. |
| 13358 </description> | 13358 </description> |
| 13359 </action> | 13359 </action> |
| 13360 | 13360 |
| 13361 <action name="Signin_Impression_FromPasswordBubble"> |
| 13362 <owner>gogerald@chromium.org</owner> |
| 13363 <description> |
| 13364 Recorded when showing sign in entry in the saving password bubble. |
| 13365 </description> |
| 13366 </action> |
| 13367 |
| 13361 <action name="Signin_Impression_FromRecentTabs"> | 13368 <action name="Signin_Impression_FromRecentTabs"> |
| 13362 <owner>gogerald@chromium.org</owner> | 13369 <owner>gogerald@chromium.org</owner> |
| 13363 <description> | 13370 <description> |
| 13364 Recorded when showing sign in entry in the recent tabs page. | 13371 Recorded when showing sign in entry in the recent tabs page. |
| 13365 </description> | 13372 </description> |
| 13366 </action> | 13373 </action> |
| 13367 | 13374 |
| 13368 <action name="Signin_Impression_FromSigninPromo"> | 13375 <action name="Signin_Impression_FromSigninPromo"> |
| 13369 <owner>gogerald@chromium.org</owner> | 13376 <owner>gogerald@chromium.org</owner> |
| 13370 <description> | 13377 <description> |
| (...skipping 1684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15055 <action name="webapps.AddShortcut.Manifest"> | 15062 <action name="webapps.AddShortcut.Manifest"> |
| 15056 <owner>mlamouri@chromium.org</owner> | 15063 <owner>mlamouri@chromium.org</owner> |
| 15057 <description> | 15064 <description> |
| 15058 Shortcut added to the homescreen with a valid Manifest. This action will be | 15065 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 15059 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15066 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 15060 to keep a trend of whether the webapp also add meta tags. | 15067 to keep a trend of whether the webapp also add meta tags. |
| 15061 </description> | 15068 </description> |
| 15062 </action> | 15069 </action> |
| 15063 | 15070 |
| 15064 </actions> | 15071 </actions> |
| OLD | NEW |