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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index c804edeafe78abbba72c79c376b4ed05a27cad30..9d595987bf36d031c00a34624d0056a7d63f76f7 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -9536,6 +9536,16 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="Options_WakeOnWifiSsid_Disable">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Disable Wake on Wi-Fi SSID</description>
+</action>
+
+<action name="Options_WakeOnWifiSsid_Enable">
+ <owner>michaelpg@chromium.org</owner>
+ <description>Settings: Enable Wake on Wi-Fi SSID</description>
+</action>
+
<action name="Options_WhitelistedUser_Add">
<owner>stevenjb@chromium.org</owner>
<description>Settings: Users: Add a whitelisted user</description>

Powered by Google App Engine
This is Rietveld 408576698