| 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 9792d9e840bfd049946742f7dae0550fc2f71f97..dae6958b44c3e77e8ed22b17818a239224fa12ec 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,
|
| + shill::kWebProxyAutoDiscoveryUrlProperty},
|
| {NULL}};
|
|
|
| struct OncValueTranslationEntry {
|
|
|