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 8a1b29d2bcf2fe3dac226278816283f564c60c07..0cc2b6b3c3c4c8248d5db989b5c08d1469fae74f 100644 |
--- a/chromeos/network/onc/onc_translation_tables.cc |
+++ b/chromeos/network/onc/onc_translation_tables.cc |
@@ -212,7 +212,9 @@ const NestedShillDictionaryEntry nested_shill_dictionaries[] = { |
} // namespace |
const StringTranslationEntry kNetworkTypeTable[] = { |
- { network_type::kEthernet, flimflam::kTypeEthernet }, |
+ // This mapping is ensured in the translation code. |
+ // { network_type::kEthernet, flimflam::kTypeEthernet }, |
+ // { network_type::kEthernet, shill::kTypeEthernetEap }, |
{ network_type::kWiFi, flimflam::kTypeWifi }, |
{ network_type::kCellular, flimflam::kTypeCellular }, |
{ network_type::kVPN, flimflam::kTypeVPN }, |