| Index: chromeos/network/onc/onc_certificate_importer.h
|
| diff --git a/chromeos/network/onc/onc_certificate_importer.h b/chromeos/network/onc/onc_certificate_importer.h
|
| index 5eddbb776285aa68e94b31ec45e71fb8592980e0..5d82aa57a387d32af5c93630f3a1de3dd1db682d 100644
|
| --- a/chromeos/network/onc/onc_certificate_importer.h
|
| +++ b/chromeos/network/onc/onc_certificate_importer.h
|
| @@ -39,7 +39,7 @@ class CHROMEOS_EXPORT CertificateImporter {
|
| };
|
|
|
| // During import with ParseCertificate(), Web trust is only applied to Server
|
| - // and Authority certificates with the Trust attribute "Web" if the
|
| + // and Authority certificates with the TrustBits attribute "Web" if the
|
| // |allow_web_trust| permission is granted, otherwise the attribute is
|
| // ignored.
|
| explicit CertificateImporter(bool allow_web_trust);
|
| @@ -75,8 +75,8 @@ class CHROMEOS_EXPORT CertificateImporter {
|
| bool ParseClientCertificate(const std::string& guid,
|
| const base::DictionaryValue& certificate);
|
|
|
| - // Whether certificates with Trust attribute "Web" should be stored with web
|
| - // trust.
|
| + // Whether certificates with TrustBits attribute "Web" should be stored with
|
| + // web trust.
|
| bool allow_web_trust_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CertificateImporter);
|
|
|