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. | 9 and description for each user action. |
10 | 10 |
(...skipping 2404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2415 </action> | 2415 </action> |
2416 | 2416 |
2417 <action name="DataReductionProxy_TurnedOnFromPromo"> | 2417 <action name="DataReductionProxy_TurnedOnFromPromo"> |
2418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2418 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2419 <description>Please enter the description of this user action.</description> | 2419 <description>Please enter the description of this user action.</description> |
2420 <obsolete> | 2420 <obsolete> |
2421 Deprecated as of 3/2015, replaced by histogram DataReductionProxy.UIAction. | 2421 Deprecated as of 3/2015, replaced by histogram DataReductionProxy.UIAction. |
2422 </obsolete> | 2422 </obsolete> |
2423 </action> | 2423 </action> |
2424 | 2424 |
| 2425 <action name="DataSaverPrompt_Clicked"> |
| 2426 <owner>glevin@chromium.org</owner> |
| 2427 <description> |
| 2428 Records click on prompt (notification) to install Data Saver extension. |
| 2429 </description> |
| 2430 </action> |
| 2431 |
| 2432 <action name="DataSaverPrompt_Shown"> |
| 2433 <owner>glevin@chromium.org</owner> |
| 2434 <description> |
| 2435 Records display of prompt (notification) to install Data Saver extension. |
| 2436 </description> |
| 2437 </action> |
| 2438 |
2425 <action name="Debugger"> | 2439 <action name="Debugger"> |
2426 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2440 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2427 <description>Please enter the description of this user action.</description> | 2441 <description>Please enter the description of this user action.</description> |
2428 </action> | 2442 </action> |
2429 | 2443 |
2430 <action name="Delete"> | 2444 <action name="Delete"> |
2431 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> | 2445 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
2432 <description>Please enter the description of this user action.</description> | 2446 <description>Please enter the description of this user action.</description> |
2433 </action> | 2447 </action> |
2434 | 2448 |
(...skipping 9782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12217 <action name="webapps.AddShortcut.Manifest"> | 12231 <action name="webapps.AddShortcut.Manifest"> |
12218 <owner>mlamouri@chromium.org</owner> | 12232 <owner>mlamouri@chromium.org</owner> |
12219 <description> | 12233 <description> |
12220 Shortcut added to the homescreen with a valid Manifest. This action will be | 12234 Shortcut added to the homescreen with a valid Manifest. This action will be |
12221 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions | 12235 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions |
12222 to keep a trend of whether the webapp also add meta tags. | 12236 to keep a trend of whether the webapp also add meta tags. |
12223 </description> | 12237 </description> |
12224 </action> | 12238 </action> |
12225 | 12239 |
12226 </actions> | 12240 </actions> |
OLD | NEW |