| Index: chromeos/network/onc/onc_normalizer.cc
|
| diff --git a/chromeos/network/onc/onc_normalizer.cc b/chromeos/network/onc/onc_normalizer.cc
|
| index 9eb3b558d7c199f2ef125c06ab76c7d33bfe191b..bd1b9105f6e48651b24d1067bcf5f2f718675c45 100644
|
| --- a/chromeos/network/onc/onc_normalizer.cc
|
| +++ b/chromeos/network/onc/onc_normalizer.cc
|
| @@ -88,7 +88,7 @@ void Normalizer::NormalizeCertificate(base::DictionaryValue* cert) {
|
| std::string type;
|
| cert->GetStringWithoutPathExpansion(certificate::kType, &type);
|
| RemoveEntryUnless(cert, kPKCS12, type == kClient);
|
| - RemoveEntryUnless(cert, kTrust, type == kServer || type == kAuthority);
|
| + RemoveEntryUnless(cert, kTrustBits, type == kServer || type == kAuthority);
|
| RemoveEntryUnless(cert, kX509, type == kServer || type == kAuthority);
|
| }
|
|
|
|
|