| 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 immediatly after a user takes the | 10 action taken by a user. It should be logged immediatly after a user takes the |
| (...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2916 </action> | 2916 </action> |
| 2917 | 2917 |
| 2918 <action name="DownloadNotification.Click_Stopped"> | 2918 <action name="DownloadNotification.Click_Stopped"> |
| 2919 <owner>yoshiki@chromium.org</owner> | 2919 <owner>yoshiki@chromium.org</owner> |
| 2920 <description> | 2920 <description> |
| 2921 User pushes a download notification, which indicates a cancelled or | 2921 User pushes a download notification, which indicates a cancelled or |
| 2922 interrupted download. | 2922 interrupted download. |
| 2923 </description> | 2923 </description> |
| 2924 </action> | 2924 </action> |
| 2925 | 2925 |
| 2926 <action name="DownloadNotification.Close_Dangerous"> |
| 2927 <owner>yoshiki@chromium.org</owner> |
| 2928 <owner>deepak.m1@samsung.com</owner> |
| 2929 <description> |
| 2930 User closed a download notification, which indicates a dangerous download. |
| 2931 </description> |
| 2932 </action> |
| 2933 |
| 2926 <action name="Duplicate"> | 2934 <action name="Duplicate"> |
| 2927 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2935 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2928 <description>Please enter the description of this user action.</description> | 2936 <description>Please enter the description of this user action.</description> |
| 2929 </action> | 2937 </action> |
| 2930 | 2938 |
| 2931 <action name="EasyUnlock_Enabled_Disable"> | 2939 <action name="EasyUnlock_Enabled_Disable"> |
| 2932 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2940 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2933 <description>Please enter the description of the metric.</description> | 2941 <description>Please enter the description of the metric.</description> |
| 2934 </action> | 2942 </action> |
| 2935 | 2943 |
| (...skipping 9846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12782 <action name="webapps.AddShortcut.Manifest"> | 12790 <action name="webapps.AddShortcut.Manifest"> |
| 12783 <owner>mlamouri@chromium.org</owner> | 12791 <owner>mlamouri@chromium.org</owner> |
| 12784 <description> | 12792 <description> |
| 12785 Shortcut added to the homescreen with a valid Manifest. This action will be | 12793 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 12786 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 12794 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 12787 to keep a trend of whether the webapp also add meta tags. | 12795 to keep a trend of whether the webapp also add meta tags. |
| 12788 </description> | 12796 </description> |
| 12789 </action> | 12797 </action> |
| 12790 | 12798 |
| 12791 </actions> | 12799 </actions> |
| OLD | NEW |