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

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: Rebased. Created 7 years, 8 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
« no previous file with comments | « chromeos/docs/onc_spec.html ('k') | chromeos/network/onc/onc_certificate_importer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ebfb9c614328afa63f2090b209fc36022baee0a9..5971831cb88e9752edca8ff5995c845a1c08dce9 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_trust_imports| permission is granted, otherwise the attribute is
// ignored.
explicit CertificateImporter(bool allow_trust_imports);
@@ -82,8 +82,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_trust_imports_;
DISALLOW_COPY_AND_ASSIGN(CertificateImporter);
« no previous file with comments | « chromeos/docs/onc_spec.html ('k') | chromeos/network/onc/onc_certificate_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698