Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 52b60a0fdfe5ca1e01dcd8095e6eb72a23114ebb..d027ef09acdc6cb6b752d227ae4c56f627315f8f 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -203,11 +203,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 |