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 fb2c3f6d315870bceab430603c3e85866f25c3ca..61d92a8846e359440784ad85ed9f4db784f112d1 100644 |
| --- a/chromeos/network/onc/onc_translation_tables.cc |
| +++ b/chromeos/network/onc/onc_translation_tables.cc |
| @@ -22,10 +22,11 @@ namespace { |
| const FieldTranslationEntry eap_fields[] = { |
| {::onc::eap::kAnonymousIdentity, shill::kEapAnonymousIdentityProperty}, |
| + // This field are converted during translation, see onc_translator_*. |
|
tbarzic
2017/05/23 18:01:58
s/are/is/
stevenjb
2017/05/25 00:01:11
Done.
|
| + // { ::onc::eap::kClientCertPKCS11Id, shill::kEapCertIdProperty }, |
| {::onc::eap::kIdentity, shill::kEapIdentityProperty}, |
| // This field is converted during translation, see onc_translator_*. |
| // { ::onc::eap::kInner, shill::kEapPhase2AuthProperty }, |
| - |
| // This field is converted during translation, see onc_translator_*. |
| // { ::onc::eap::kOuter, shill::kEapMethodProperty }, |
| {::onc::eap::kPassword, shill::kEapPasswordProperty}, |