Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: chromeos/network/onc/onc_certificate_importer.h

Issue 13473003: Rename ONC field Trust to TrustBits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clarified comments. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698