summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos_switches.cc
diff options
context:
space:
mode:
authorsamueltan <samueltan@chromium.org>2015-10-28 12:49:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-28 19:50:54 +0000
commit15dbc0b3a8174ace012eb7e20c8a96ca38cf8d23 (patch)
tree803e430c9119cf9ecf7f7a110cc118cde48ffe90 /chromeos/chromeos_switches.cc
parent977cd4deab4c103e48ef3b50812d1620112c466d (diff)
downloadchromium_src-15dbc0b3a8174ace012eb7e20c8a96ca38cf8d23.zip
chromium_src-15dbc0b3a8174ace012eb7e20c8a96ca38cf8d23.tar.gz
chromium_src-15dbc0b3a8174ace012eb7e20c8a96ca38cf8d23.tar.bz2
Change variable names for "SSID" feature to "DarkConnect"
Change variable names so that the wake on WiFi "SSID" feature is now known as "DarkConnect". BUG=chromium:431486 TEST=Manually test that wake on WiFi features still work as expected. Review URL: https://codereview.chromium.org/1412993003 Cr-Commit-Position: refs/heads/master@{#356622}
Diffstat (limited to 'chromeos/chromeos_switches.cc')
-rw-r--r--chromeos/chromeos_switches.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index d523f09..c897806 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -289,8 +289,9 @@ const char kForceFirstRunUI[] = "force-first-run-ui";
// Enables testing for auto update UI.
const char kTestAutoUpdateUI[] = "test-auto-update-ui";
-// Enables waking the device based on the receipt of some network packets.
-const char kWakeOnPackets[] = "wake-on-packets";
+// Enables wake on wifi packet feature, which wakes the device on the receipt
+// of network packets from whitelisted sources.
+const char kWakeOnWifiPacket[] = "wake-on-wifi-packet";
// Screenshot testing: specifies the directory where the golden screenshots are
// stored.