| 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 12610 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 12621 | 12621 | 
| 12622 <action name="Settings.Searching"> | 12622 <action name="Settings.Searching"> | 
| 12623   <owner>dschuyler@chromium.org</owner> | 12623   <owner>dschuyler@chromium.org</owner> | 
| 12624   <description> | 12624   <description> | 
| 12625     A new search has been started in the chrome://settings (preferences) page. A | 12625     A new search has been started in the chrome://settings (preferences) page. A | 
| 12626     search is considered complete via timeout since there is no concrete way to | 12626     search is considered complete via timeout since there is no concrete way to | 
| 12627     define the end of a search (the search is incremental). | 12627     define the end of a search (the search is incremental). | 
| 12628   </description> | 12628   </description> | 
| 12629 </action> | 12629 </action> | 
| 12630 | 12630 | 
|  | 12631 <action name="SettingsAppMonitor.AppFocused"> | 
|  | 12632   <owner>grt@chromium.org</owner> | 
|  | 12633   <description>The Windows Settings app became focused.</description> | 
|  | 12634 </action> | 
|  | 12635 | 
|  | 12636 <action name="SettingsAppMonitor.ChooserInvoked"> | 
|  | 12637   <owner>grt@chromium.org</owner> | 
|  | 12638   <description> | 
|  | 12639     The user opened the Windows Settings app's browser chooser. | 
|  | 12640   </description> | 
|  | 12641 </action> | 
|  | 12642 | 
|  | 12643 <action name="SettingsAppMonitor.ChromeBrowserChosen"> | 
|  | 12644   <owner>grt@chromium.org</owner> | 
|  | 12645   <description> | 
|  | 12646     The user selected Chrome from the Windows Settings app's browser chooser. | 
|  | 12647   </description> | 
|  | 12648 </action> | 
|  | 12649 | 
|  | 12650 <action name="SettingsAppMonitor.Failed"> | 
|  | 12651   <owner>grt@chromium.org</owner> | 
|  | 12652   <description> | 
|  | 12653     The Windows Settings app monitor failed to initialize successfully. | 
|  | 12654   </description> | 
|  | 12655 </action> | 
|  | 12656 | 
|  | 12657 <action name="SettingsAppMonitor.Initialized"> | 
|  | 12658   <owner>grt@chromium.org</owner> | 
|  | 12659   <description> | 
|  | 12660     The Windows Settings app monitor initialized successfully. | 
|  | 12661   </description> | 
|  | 12662 </action> | 
|  | 12663 | 
|  | 12664 <action name="SettingsAppMonitor.OtherBrowserChosen"> | 
|  | 12665   <owner>grt@chromium.org</owner> | 
|  | 12666   <description> | 
|  | 12667     The user selected a different browser from the Windows Settings app's | 
|  | 12668     browser chooser. | 
|  | 12669   </description> | 
|  | 12670 </action> | 
|  | 12671 | 
| 12631 <action name="SettingsResetBubble.LearnMore"> | 12672 <action name="SettingsResetBubble.LearnMore"> | 
| 12632   <owner>mad@chromium.org</owner> | 12673   <owner>mad@chromium.org</owner> | 
| 12633   <description>Please enter the description of this user action.</description> | 12674   <description>Please enter the description of this user action.</description> | 
| 12634 </action> | 12675 </action> | 
| 12635 | 12676 | 
| 12636 <action name="SettingsResetBubble.NoThanks"> | 12677 <action name="SettingsResetBubble.NoThanks"> | 
| 12637   <owner>mad@chromium.org</owner> | 12678   <owner>mad@chromium.org</owner> | 
| 12638   <description>Please enter the description of this user action.</description> | 12679   <description>Please enter the description of this user action.</description> | 
| 12639 </action> | 12680 </action> | 
| 12640 | 12681 | 
| (...skipping 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 14530 <action name="webapps.AddShortcut.Manifest"> | 14571 <action name="webapps.AddShortcut.Manifest"> | 
| 14531   <owner>mlamouri@chromium.org</owner> | 14572   <owner>mlamouri@chromium.org</owner> | 
| 14532   <description> | 14573   <description> | 
| 14533     Shortcut added to the homescreen with a valid Manifest. This action will be | 14574     Shortcut added to the homescreen with a valid Manifest. This action will be | 
| 14534     recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14575     recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 
| 14535     to keep a trend of whether the webapp also add meta tags. | 14576     to keep a trend of whether the webapp also add meta tags. | 
| 14536   </description> | 14577   </description> | 
| 14537 </action> | 14578 </action> | 
| 14538 | 14579 | 
| 14539 </actions> | 14580 </actions> | 
| OLD | NEW | 
|---|