| 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 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2886 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2886 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2887 <description>Please enter the description of the metric.</description> | 2887 <description>Please enter the description of the metric.</description> |
| 2888 </action> | 2888 </action> |
| 2889 | 2889 |
| 2890 <action name="CustomTabsMenuFindInPage"> | 2890 <action name="CustomTabsMenuFindInPage"> |
| 2891 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2891 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
| 2892 <description>Please enter the description of the metric.</description> | 2892 <description>Please enter the description of the metric.</description> |
| 2893 </action> | 2893 </action> |
| 2894 | 2894 |
| 2895 <action name="CustomTabsMenuOpenInChrome"> | 2895 <action name="CustomTabsMenuOpenInChrome"> |
| 2896 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2896 <owner>yusufo@chromium.org</owner> |
| 2897 <description>Please enter the description of the metric.</description> | 2897 <description>User hit "open in browser" menu item.</description> |
| 2898 </action> |
| 2899 |
| 2900 <action name="CustomTabsMenuReadItLater"> |
| 2901 <owner>ianwen@chromium.org</owner> |
| 2902 <description>User hit "read it later" menu item.</description> |
| 2898 </action> | 2903 </action> |
| 2899 | 2904 |
| 2900 <action name="CustomTabsRemoteViewsShown"> | 2905 <action name="CustomTabsRemoteViewsShown"> |
| 2901 <owner>ianwen@chromium.org</owner> | 2906 <owner>ianwen@chromium.org</owner> |
| 2902 <description>A RemoteViews based bottom bar was shown.</description> | 2907 <description>A RemoteViews based bottom bar was shown.</description> |
| 2903 </action> | 2908 </action> |
| 2904 | 2909 |
| 2905 <action name="CustomTabsRemoteViewsUpdated"> | 2910 <action name="CustomTabsRemoteViewsUpdated"> |
| 2906 <owner>ianwen@chromium.org</owner> | 2911 <owner>ianwen@chromium.org</owner> |
| 2907 <description> | 2912 <description> |
| (...skipping 11906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 14814 <action name="webapps.AddShortcut.Manifest"> | 14819 <action name="webapps.AddShortcut.Manifest"> |
| 14815 <owner>mlamouri@chromium.org</owner> | 14820 <owner>mlamouri@chromium.org</owner> |
| 14816 <description> | 14821 <description> |
| 14817 Shortcut added to the homescreen with a valid Manifest. This action will be | 14822 Shortcut added to the homescreen with a valid Manifest. This action will be |
| 14818 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14823 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
| 14819 to keep a trend of whether the webapp also add meta tags. | 14824 to keep a trend of whether the webapp also add meta tags. |
| 14820 </description> | 14825 </description> |
| 14821 </action> | 14826 </action> |
| 14822 | 14827 |
| 14823 </actions> | 14828 </actions> |
| OLD | NEW |