| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 4f7b9d5b7a3f90dc44d021e0399dd97436970253..c5661dae7bffbe3f3f34a49cebd4df4e9760d9c6 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -200,11 +200,12 @@ const char kOobeGuestSession[] = "oobe-guest-session";
|
| // See FakeDBusThreadManager::ParsePowerCommandLineSwitch for full details.
|
| const char kPowerStub[] = "power-stub";
|
|
|
| -// Specifies network stub behavior. If this switch is not specified,
|
| -// ethernet, wifi and vpn are enabled by default, and transitions occur
|
| -// instantaneously. Multiple options can be comma separated (no spaces).
|
| +// Overrides network stub behavior. By default, ethernet, wifi and vpn are
|
| +// enabled, and transitions occur instantaneously. Multiple options can be
|
| +// comma separated (no spaces). Note: all options are in the format 'foo=x'.
|
| // See FakeShillManagerClient::SetInitialNetworkState for implementation.
|
| // Examples:
|
| +// 'clear=1' - Clears all default configurations
|
| // 'wifi=on' - A wifi network is initially connected ('1' also works)
|
| // 'wifi=off' - Wifi networks are all initially disconnected ('0' also works)
|
| // 'wifi=disabled' - Wifi is initially disabled
|
|
|