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

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: 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 9493 matching lines...) Expand 10 before | Expand all | Expand 10 after
9504 <action name="Options_VertEdgeScrollCheckbox_Disable"> 9504 <action name="Options_VertEdgeScrollCheckbox_Disable">
9505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9505 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9506 <description>Please enter the description of this user action.</description> 9506 <description>Please enter the description of this user action.</description>
9507 </action> 9507 </action>
9508 9508
9509 <action name="Options_VertEdgeScrollCheckbox_Enable"> 9509 <action name="Options_VertEdgeScrollCheckbox_Enable">
9510 <owner>Please list the metric's owners. Add more owner tags as needed.</owner> 9510 <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
9511 <description>Please enter the description of this user action.</description> 9511 <description>Please enter the description of this user action.</description>
9512 </action> 9512 </action>
9513 9513
9514 <action name="Options_WakeOnWifiSsid_Disable">
9515 <owner>michaelpg@chromium.org</owner>
9516 <description>Settings: Disable Wake on Wi-Fi SSID</description>
9517 </action>
9518
9519 <action name="Options_WakeOnWifiSsid_Enable">
9520 <owner>michaelpg@chromium.org</owner>
9521 <description>Settings: Enable Wake on Wi-Fi SSID</description>
9522 </action>
9523
9514 <action name="Options_WhitelistedUser_Add"> 9524 <action name="Options_WhitelistedUser_Add">
9515 <owner>stevenjb@chromium.org</owner> 9525 <owner>stevenjb@chromium.org</owner>
9516 <description>Settings: Users: Add a whitelisted user</description> 9526 <description>Settings: Users: Add a whitelisted user</description>
9517 </action> 9527 </action>
9518 9528
9519 <action name="Options_WhitelistedUser_Remove"> 9529 <action name="Options_WhitelistedUser_Remove">
9520 <owner>stevenjb@chromium.org</owner> 9530 <owner>stevenjb@chromium.org</owner>
9521 <description>Settings: Users: Remove a whitelisted user</description> 9531 <description>Settings: Users: Remove a whitelisted user</description>
9522 </action> 9532 </action>
9523 9533
(...skipping 2297 matching lines...) Expand 10 before | Expand all | Expand 10 after
11821 <action name="webapps.AddShortcut.Manifest"> 11831 <action name="webapps.AddShortcut.Manifest">
11822 <owner>mlamouri@chromium.org</owner> 11832 <owner>mlamouri@chromium.org</owner>
11823 <description> 11833 <description>
11824 Shortcut added to the homescreen with a valid Manifest. This action will be 11834 Shortcut added to the homescreen with a valid Manifest. This action will be
11825 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions 11835 recorded in addition to AppShortcut, AppShortcutApple and Bookmark actions
11826 to keep a trend of whether the webapp also add meta tags. 11836 to keep a trend of whether the webapp also add meta tags.
11827 </description> 11837 </description>
11828 </action> 11838 </action>
11829 11839
11830 </actions> 11840 </actions>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698