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

Unified Diff: chrome/common/pref_names.cc

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: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 0467d5a38034b1494498ebde830b931859c1f441..2c51cad9ea764c240d9935b466a62cb12fec677a 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -835,9 +835,8 @@ const char kFileSystemProviderMounted[] = "file_system_provider.mounted";
// A boolean pref set to true if the virtual keyboard should be enabled.
const char kTouchVirtualKeyboardEnabled[] = "ui.touch_virtual_keyboard_enabled";
-// An integer pref that controls the wake on wifi features that should be
-// enabled.
-const char kWakeOnWiFiEnabled[] = "settings.internet.wake_on_wifi";
+// A boolean pref that controls whether wake on SSID is enabled.
+const char kWakeOnWifiSsid[] = "settings.internet.wake_on_wifi_ssid";
#endif // defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698