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 c520cf9be59693cd439aca067914940a9c503d58..a19419e0fecdbe18ad4f3506ca1e8987169d6a89 100644 |
| --- a/chromeos/network/onc/onc_translation_tables.cc |
| +++ b/chromeos/network/onc/onc_translation_tables.cc |
| @@ -178,6 +178,9 @@ const FieldTranslationEntry ipconfig_fields[] = { |
| { ::onc::ipconfig::kGateway, shill::kGatewayProperty}, |
| { ::onc::ipconfig::kRoutingPrefix, shill::kPrefixlenProperty}, |
| { ::onc::ipconfig::kNameServers, shill::kNameServersProperty}, |
| + // This field is converted during translation, see ShillToONCTranslator:: |
| + // TranslateIPConfig It is only converted from Shill->ONC. |
|
pneubeck (no reviews)
2014/05/05 21:09:28
nit: 'IPConfig It' -> 'IPConfig. It' (missing dot
stevenjb
2014/05/06 01:15:11
Done.
|
| + // { ::onc::ipconfig::kType, shill::kMethodProperty}, |
| {NULL}}; |
| struct OncValueTranslationEntry { |