| Index: chromeos/network/network_util.cc
|
| diff --git a/chromeos/network/network_util.cc b/chromeos/network/network_util.cc
|
| index b5d50b3219ec14904f9e0eb70fedf4e92e348ded..f1e96298bec112c547f4eaeddc3e7d2a175f04c5 100644
|
| --- a/chromeos/network/network_util.cc
|
| +++ b/chromeos/network/network_util.cc
|
| @@ -162,6 +162,8 @@ scoped_ptr<base::DictionaryValue> TranslateNetworkStateToONC(
|
| device_dict->SetBooleanWithoutPathExpansion(
|
| shill::kProviderRequiresRoamingProperty,
|
| device->provider_requires_roaming());
|
| + device_dict->SetBooleanWithoutPathExpansion(
|
| + shill::kSupportNetworkScanProperty, device->support_network_scan());
|
| shill_dictionary->SetWithoutPathExpansion(shill::kDeviceProperty,
|
| device_dict.release());
|
| }
|
|
|