| 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 11433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11444 </description> | 11444 </description> |
| 11445 </action> | 11445 </action> |
| 11446 | 11446 |
| 11447 <action name="PhysicalWeb.NotificationPressed"> | 11447 <action name="PhysicalWeb.NotificationPressed"> |
| 11448 <owner>cco3@chromium.org</owner> | 11448 <owner>cco3@chromium.org</owner> |
| 11449 <owner>mattreynolds@chromium.org</owner> | 11449 <owner>mattreynolds@chromium.org</owner> |
| 11450 <owner>mmocny@chromium.org</owner> | 11450 <owner>mmocny@chromium.org</owner> |
| 11451 <description> | 11451 <description> |
| 11452 A notification advertising nearby Physical Web URLs was pressed. | 11452 A notification advertising nearby Physical Web URLs was pressed. |
| 11453 </description> | 11453 </description> |
| 11454 <obsolete>Replaced by the histogram PhysicalWeb.ActivityReferral</obsolete> |
| 11454 </action> | 11455 </action> |
| 11455 | 11456 |
| 11456 <action name="PhysicalWeb.OptIn.DeclineButtonPressed"> | 11457 <action name="PhysicalWeb.OptIn.DeclineButtonPressed"> |
| 11457 <owner>cco3@chromium.org</owner> | 11458 <owner>cco3@chromium.org</owner> |
| 11458 <owner>mattreynolds@chromium.org</owner> | 11459 <owner>mattreynolds@chromium.org</owner> |
| 11459 <owner>mmocny@chromium.org</owner> | 11460 <owner>mmocny@chromium.org</owner> |
| 11460 <description> | 11461 <description> |
| 11461 The user has disabled the Physical Web feature via the settings. | 11462 The user has disabled the Physical Web feature via the settings. |
| 11462 </description> | 11463 </description> |
| 11463 </action> | 11464 </action> |
| (...skipping 2579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14043 <action name="webapps.AddShortcut.Manifest"> | 14044 <action name="webapps.AddShortcut.Manifest"> |
| 14044 <owner>mlamouri@chromium.org</owner> | 14045 <owner>mlamouri@chromium.org</owner> |
| 14045 <description> | 14046 <description> |
| 14046 Shortcut added to the homescreen with a valid Manifest. This action will be | 14047 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14047 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14048 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14048 to keep a trend of whether the webapp also add meta tags. | 14049 to keep a trend of whether the webapp also add meta tags. |
| 14049 </description> | 14050 </description> |
| 14050 </action> | 14051 </action> |
| 14051 | 14052 |
| 14052 </actions> | 14053 </actions> |
| OLD | NEW |