Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index 9549971bed2aa0df1352a2b840a2874cb8ff51e8..3c945b1d12d1a1e78a529b028f39d50b02c79dca 100644 |
| --- a/chromeos/chromeos_switches.cc |
| +++ b/chromeos/chromeos_switches.cc |
| @@ -261,6 +261,7 @@ const char kPowerStub[] = "power-stub"; |
| // 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'. |
| +// Values are case sensitive and based on Shill names in service_constants.h. |
| // See FakeShillManagerClient::SetInitialNetworkState for implementation. |
| // Examples: |
| // 'clear=1' - Clears all default configurations |
| @@ -270,6 +271,7 @@ const char kPowerStub[] = "power-stub"; |
| // 'wifi=none' - Wifi is unavailable |
| // 'wifi=portal' - Wifi connection will be in Portal state |
| // 'cellular=1' - Cellular is initially connected |
| +// 'cellular=LTE' - Cellular is initially connected, technology is LTE |
|
pneubeck (no reviews)
2015/02/26 09:11:15
didn't you want to mention LTEAdvanced here?
stevenjb
2015/02/27 22:14:05
No, this is just an example. Yes, LTEAdvanced is a
|
| // 'interactive=3' - Interactive mode, connect/scan/etc requests take 3 secs |
| const char kShillStub[] = "shill-stub"; |