| 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.Initialized"> | 
|  | 12651   <owner>grt@chromium.org</owner> | 
|  | 12652   <description> | 
|  | 12653     The Windows Settings app monitor initialized successfully. This action can | 
|  | 12654     be used as an anchor representing the start of a user's interactions with | 
|  | 12655     the app regardless of what UX in Chrome initiated the flow. | 
|  | 12656   </description> | 
|  | 12657 </action> | 
|  | 12658 | 
|  | 12659 <action name="SettingsAppMonitor.OtherBrowserChosen"> | 
|  | 12660   <owner>grt@chromium.org</owner> | 
|  | 12661   <description> | 
|  | 12662     The user selected a different browser from the Windows Settings app's | 
|  | 12663     browser chooser. | 
|  | 12664   </description> | 
|  | 12665 </action> | 
|  | 12666 | 
| 12631 <action name="SettingsResetBubble.LearnMore"> | 12667 <action name="SettingsResetBubble.LearnMore"> | 
| 12632   <owner>mad@chromium.org</owner> | 12668   <owner>mad@chromium.org</owner> | 
| 12633   <description>Please enter the description of this user action.</description> | 12669   <description>Please enter the description of this user action.</description> | 
| 12634 </action> | 12670 </action> | 
| 12635 | 12671 | 
| 12636 <action name="SettingsResetBubble.NoThanks"> | 12672 <action name="SettingsResetBubble.NoThanks"> | 
| 12637   <owner>mad@chromium.org</owner> | 12673   <owner>mad@chromium.org</owner> | 
| 12638   <description>Please enter the description of this user action.</description> | 12674   <description>Please enter the description of this user action.</description> | 
| 12639 </action> | 12675 </action> | 
| 12640 | 12676 | 
| (...skipping 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 14530 <action name="webapps.AddShortcut.Manifest"> | 14566 <action name="webapps.AddShortcut.Manifest"> | 
| 14531   <owner>mlamouri@chromium.org</owner> | 14567   <owner>mlamouri@chromium.org</owner> | 
| 14532   <description> | 14568   <description> | 
| 14533     Shortcut added to the homescreen with a valid Manifest. This action will be | 14569     Shortcut added to the homescreen with a valid Manifest. This action will be | 
| 14534     recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 14570     recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 
| 14535     to keep a trend of whether the webapp also add meta tags. | 14571     to keep a trend of whether the webapp also add meta tags. | 
| 14536   </description> | 14572   </description> | 
| 14537 </action> | 14573 </action> | 
| 14538 | 14574 | 
| 14539 </actions> | 14575 </actions> | 
| OLD | NEW | 
|---|