Chromium Code Reviews| 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 cfb12bb3907c5f9c3113ab26bede67473bf584bf..2b07888f981b9bafc51a3929877315fae3f09305 100644 |
| --- a/chromeos/network/onc/onc_translation_tables.cc |
| +++ b/chromeos/network/onc/onc_translation_tables.cc |
| @@ -188,6 +188,8 @@ const FieldTranslationEntry ipconfig_fields[] = { |
| // This field is converted during translation, see ShillToONCTranslator:: |
| // TranslateIPConfig. It is only converted from Shill->ONC. |
| // { ::onc::ipconfig::kType, shill::kMethodProperty}, |
| + { ::onc::ipconfig::kWebProxyAutoDiscoveryUrl, |
|
pneubeck (no reviews)
2014/09/03 15:14:28
add this only to the saved_ipconfig_fields array a
stevenjb
2014/09/03 21:28:06
Acknowledged.
|
| + shill::kWebProxyAutoDiscoveryUrlProperty}, |
| {NULL}}; |
| struct OncValueTranslationEntry { |