Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index f38bb726e52db7b01b3a77961d780c8072546fe2..3139a1424fc76a4c842adda67a4bbe290a3748db 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -830,9 +830,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) |