| Index: chromeos/network/network_state_handler.cc
|
| ===================================================================
|
| --- chromeos/network/network_state_handler.cc (revision 279891)
|
| +++ chromeos/network/network_state_handler.cc (working copy)
|
| @@ -132,6 +132,8 @@
|
| it != technologies.end(); ++it) {
|
| std::string* technology = *it;
|
| DCHECK(technology);
|
| + if (!shill_property_handler_->IsTechnologyAvailable(*technology))
|
| + continue;
|
| NET_LOG_USER("SetTechnologyEnabled",
|
| base::StringPrintf("%s:%d", technology->c_str(), enabled));
|
| shill_property_handler_->SetTechnologyEnabled(
|
|
|