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

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: 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
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 9518 matching lines...) Expand 10 before | Expand all | Expand 10 after
9529 <action name="Options_VertEdgeScrollCheckbox_Disable"> 9529 <action name="Options_VertEdgeScrollCheckbox_Disable">
9530 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9530 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9531 <description>Please enter the description of this user action.</description> 9531 <description>Please enter the description of this user action.</description>
9532 </action> 9532 </action>
9533 9533
9534 <action name="Options_VertEdgeScrollCheckbox_Enable"> 9534 <action name="Options_VertEdgeScrollCheckbox_Enable">
9535 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9535 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9536 <description>Please enter the description of this user action.</description> 9536 <description>Please enter the description of this user action.</description>
9537 </action> 9537 </action>
9538 9538
9539 <action name="Options_WakeOnWifiSsid_Disable">
9540 <owner>michaelpg@chromium.org</owner>
9541 <description>Settings: Disable Wake on Wi-Fi SSID</description>
9542 </action>
9543
9544 <action name="Options_WakeOnWifiSsid_Enable">
9545 <owner>michaelpg@chromium.org</owner>
9546 <description>Settings: Enable Wake on Wi-Fi SSID</description>
9547 </action>
9548
9539 <action name="Options_WhitelistedUser_Add"> 9549 <action name="Options_WhitelistedUser_Add">
9540 <owner>stevenjb@chromium.org</owner> 9550 <owner>stevenjb@chromium.org</owner>
9541 <description>Settings: Users: Add a whitelisted user</description> 9551 <description>Settings: Users: Add a whitelisted user</description>
9542 </action> 9552 </action>
9543 9553
9544 <action name="Options_WhitelistedUser_Remove"> 9554 <action name="Options_WhitelistedUser_Remove">
9545 <owner>stevenjb@chromium.org</owner> 9555 <owner>stevenjb@chromium.org</owner>
9546 <description>Settings: Users: Remove a whitelisted user</description> 9556 <description>Settings: Users: Remove a whitelisted user</description>
9547 </action> 9557 </action>
9548 9558
(...skipping 2297 matching lines...) Expand 10 before | Expand all | Expand 10 after
11846 <action name="webapps.AddShortcut.Manifest"> 11856 <action name="webapps.AddShortcut.Manifest">
11847 <owner>mlamouri@chromium.org</owner> 11857 <owner>mlamouri@chromium.org</owner>
11848 <description> 11858 <description>
11849 Shortcut added to the homescreen with a valid Manifest. This action will be 11859 Shortcut added to the homescreen with a valid Manifest. This action will be
11850 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11860 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11851 to keep a trend of whether the webapp also add meta tags. 11861 to keep a trend of whether the webapp also add meta tags.
11852 </description> 11862 </description>
11853 </action> 11863 </action>
11854 11864
11855 </actions> 11865 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698