| Index: chromeos/network/onc/onc_translation_tables.cc
|
| diff --git a/chromeos/network/onc/onc_translation_tables.cc b/chromeos/network/onc/onc_translation_tables.cc
|
| index 40e0cd177019cdda6f99a88599d0b50c59b09bfd..a71f4414e51c28ed69797a5cd01d08677c15aee4 100644
|
| --- a/chromeos/network/onc/onc_translation_tables.cc
|
| +++ b/chromeos/network/onc/onc_translation_tables.cc
|
| @@ -15,9 +15,6 @@ namespace onc {
|
|
|
| // CertificatePattern is converted with function CreateUIData(...) to UIData
|
| // stored in Shill.
|
| -//
|
| -// Proxy settings are converted to Shill by function
|
| -// ConvertOncProxySettingsToProxyConfig(...).
|
|
|
| namespace {
|
|
|
| @@ -198,6 +195,7 @@ const FieldTranslationEntry network_fields[] = {
|
|
|
| // Type is converted during translation, see onc_translator_*.
|
| // {::onc::network_config::kType, shill::kTypeProperty },
|
| + // {::onc::network_config::kProxySettings, shill::ProxyConfig},
|
|
|
| // These fields are converted during translation, see
|
| // onc_translator_shill_to_onc.cc. They are only converted when going from
|
|
|