Chromium Code Reviews| Index: chromeos/network/onc/onc_translator_onc_to_shill.cc |
| diff --git a/chromeos/network/onc/onc_translator_onc_to_shill.cc b/chromeos/network/onc/onc_translator_onc_to_shill.cc |
| index 8e30af55446f6889b6c35922c488bf602039aae8..5aaa5bca3931278cfbb1bd758b6b5481599653b0 100644 |
| --- a/chromeos/network/onc/onc_translator_onc_to_shill.cc |
| +++ b/chromeos/network/onc/onc_translator_onc_to_shill.cc |
| @@ -196,11 +196,12 @@ void LocalTranslator::TranslateVPN() { |
| CopyFieldsAccordingToSignature(); |
| } |
| +// XXX check how used |
|
stevenjb
2014/12/08 22:27:21
Elim
mukesh agrawal
2014/12/16 22:07:00
Done.
|
| void LocalTranslator::TranslateWiFi() { |
| std::string security; |
| onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSecurity, &security); |
| TranslateWithTableAndSet(security, kWiFiSecurityTable, |
| - shill::kSecurityProperty); |
| + shill::kSecurityClassProperty); |
| std::string ssid; |
| onc_object_->GetStringWithoutPathExpansion(::onc::wifi::kSSID, &ssid); |