| Index: chromeos/network/network_state.cc
|
| diff --git a/chromeos/network/network_state.cc b/chromeos/network/network_state.cc
|
| index ec4454560a8e511daffe0f59b1174e4552ad4dd7..8d02d1527b467f8213e38e42bdd9e0bf5f3716e8 100644
|
| --- a/chromeos/network/network_state.cc
|
| +++ b/chromeos/network/network_state.cc
|
| @@ -146,6 +146,8 @@ void NetworkState::GetStateProperties(base::DictionaryValue* dictionary) const {
|
| dictionary->SetStringWithoutPathExpansion(shill::kGuidProperty, guid());
|
| dictionary->SetStringWithoutPathExpansion(shill::kStateProperty,
|
| connection_state());
|
| + dictionary->SetBooleanWithoutPathExpansion(shill::kConnectableProperty,
|
| + connectable());
|
| dictionary->SetStringWithoutPathExpansion(shill::kErrorProperty, error());
|
| dictionary->SetStringWithoutPathExpansion(shill::kSecurityProperty,
|
| security());
|
|
|