| 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 15052 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 15063 | 15063 | 
| 15064 <action name="TaskManagement.ReturnButtonClicked"> | 15064 <action name="TaskManagement.ReturnButtonClicked"> | 
| 15065   <owner>dfalcantara@chromium.org</owner> | 15065   <owner>dfalcantara@chromium.org</owner> | 
| 15066   <description> | 15066   <description> | 
| 15067     User hit the "X" button to close the tab. The return button is an | 15067     User hit the "X" button to close the tab. The return button is an | 
| 15068     explicit "close this tab and return to the previous app" button | 15068     explicit "close this tab and return to the previous app" button | 
| 15069     that may appear to the left of the Omnibox.  This is different from regular | 15069     that may appear to the left of the Omnibox.  This is different from regular | 
| 15070     tab closing buttons because those doesn't send the user back to the previous | 15070     tab closing buttons because those doesn't send the user back to the previous | 
| 15071     app. | 15071     app. | 
| 15072   </description> | 15072   </description> | 
|  | 15073   <obsolete>The button option was removed and code deleted.</obsolete> | 
| 15073 </action> | 15074 </action> | 
| 15074 | 15075 | 
| 15075 <action name="TaskManager"> | 15076 <action name="TaskManager"> | 
| 15076   <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 15077   <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 
| 15077   <description>Please enter the description of this user action.</description> | 15078   <description>Please enter the description of this user action.</description> | 
| 15078 </action> | 15079 </action> | 
| 15079 | 15080 | 
| 15080 <action name="Terminate_ProcessMismatch_CreateNewWidget"> | 15081 <action name="Terminate_ProcessMismatch_CreateNewWidget"> | 
| 15081   <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 15082   <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 
| 15082   <description>Please enter the description of this user action.</description> | 15083   <description>Please enter the description of this user action.</description> | 
| (...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 15846 <action name="webapps.AddShortcut.Manifest"> | 15847 <action name="webapps.AddShortcut.Manifest"> | 
| 15847   <owner>mlamouri@chromium.org</owner> | 15848   <owner>mlamouri@chromium.org</owner> | 
| 15848   <description> | 15849   <description> | 
| 15849     Shortcut added to the homescreen with a valid Manifest. This action will be | 15850     Shortcut added to the homescreen with a valid Manifest. This action will be | 
| 15850     recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 15851     recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 
| 15851     to keep a trend of whether the webapp also add meta tags. | 15852     to keep a trend of whether the webapp also add meta tags. | 
| 15852   </description> | 15853   </description> | 
| 15853 </action> | 15854 </action> | 
| 15854 | 15855 | 
| 15855 </actions> | 15856 </actions> | 
| OLD | NEW | 
|---|