| 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 603c3b3ae230f5301e38ea8528b2bf7fcd93925f..78676fa29b83972d25ddbce48d02ed5c23981895 100644
|
| --- a/chromeos/network/onc/onc_translation_tables.cc
|
| +++ b/chromeos/network/onc/onc_translation_tables.cc
|
| @@ -173,6 +173,7 @@ const FieldTranslationEntry network_fields[] = {
|
| // onc_translator_shill_to_onc.cc. It is only converted when going from
|
| // Shill->ONC, and ignored otherwise.
|
| // { ::onc::network_config::kConnectionState, shill::kStateProperty },
|
| + { ::onc::network_config::kErrorState, shill::kErrorProperty },
|
| {NULL}};
|
|
|
| struct OncValueTranslationEntry {
|
|
|