Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: tools/metrics/actions/actions.xml

Issue 811973002: Enable lucid sleep (wake on wi-fi SSID) and add to Privacy options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add function to chromeos::switches. rebase Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 9519 matching lines...) Expand 10 before | Expand all | Expand 10 after
9530 <action name="Options_VertEdgeScrollCheckbox_Disable"> 9530 <action name="Options_VertEdgeScrollCheckbox_Disable">
9531 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9531 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9532 <description>Please enter the description of this user action.</description> 9532 <description>Please enter the description of this user action.</description>
9533 </action> 9533 </action>
9534 9534
9535 <action name="Options_VertEdgeScrollCheckbox_Enable"> 9535 <action name="Options_VertEdgeScrollCheckbox_Enable">
9536 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9536 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9537 <description>Please enter the description of this user action.</description> 9537 <description>Please enter the description of this user action.</description>
9538 </action> 9538 </action>
9539 9539
9540 <action name="Options_WakeOnWifiSsid_Disable">
9541 <owner>michaelpg@chromium.org</owner>
9542 <description>Settings: Disable Wake on Wi-Fi SSID</description>
9543 </action>
9544
9545 <action name="Options_WakeOnWifiSsid_Enable">
9546 <owner>michaelpg@chromium.org</owner>
9547 <description>Settings: Enable Wake on Wi-Fi SSID</description>
9548 </action>
9549
9540 <action name="Options_WhitelistedUser_Add"> 9550 <action name="Options_WhitelistedUser_Add">
9541 <owner>stevenjb@chromium.org</owner> 9551 <owner>stevenjb@chromium.org</owner>
9542 <description>Settings: Users: Add a whitelisted user</description> 9552 <description>Settings: Users: Add a whitelisted user</description>
9543 </action> 9553 </action>
9544 9554
9545 <action name="Options_WhitelistedUser_Remove"> 9555 <action name="Options_WhitelistedUser_Remove">
9546 <owner>stevenjb@chromium.org</owner> 9556 <owner>stevenjb@chromium.org</owner>
9547 <description>Settings: Users: Remove a whitelisted user</description> 9557 <description>Settings: Users: Remove a whitelisted user</description>
9548 </action> 9558 </action>
9549 9559
(...skipping 2298 matching lines...) Expand 10 before | Expand all | Expand 10 after
11848 <action name="webapps.AddShortcut.Manifest"> 11858 <action name="webapps.AddShortcut.Manifest">
11849 <owner>mlamouri@chromium.org</owner> 11859 <owner>mlamouri@chromium.org</owner>
11850 <description> 11860 <description>
11851 Shortcut added to the homescreen with a valid Manifest. This action will be 11861 Shortcut added to the homescreen with a valid Manifest. This action will be
11852 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11862 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11853 to keep a trend of whether the webapp also add meta tags. 11863 to keep a trend of whether the webapp also add meta tags.
11854 </description> 11864 </description>
11855 </action> 11865 </action>
11856 11866
11857 </actions> 11867 </actions>
OLDNEW
« no previous file with comments | « chromeos/chromeos_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698