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

Unified Diff: chromeos/network/onc/onc_signature.cc

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/network/onc/onc_normalizer.cc ('k') | chromeos/test/data/network/certificate-server.onc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/onc/onc_signature.cc
diff --git a/chromeos/network/onc/onc_signature.cc b/chromeos/network/onc/onc_signature.cc
index f8262832dd04681574a689001fa29703fda43213..964eb4dc802098ac37574d5e8235f03bfa9f3f03 100644
--- a/chromeos/network/onc/onc_signature.cc
+++ b/chromeos/network/onc/onc_signature.cc
@@ -259,7 +259,7 @@ const OncFieldSignature certificate_fields[] = {
{ certificate::kGUID, &kStringSignature },
{ certificate::kPKCS12, &kStringSignature },
{ kRemove, &kBoolSignature },
- { certificate::kTrust, &kStringListSignature },
+ { certificate::kTrustBits, &kStringListSignature },
{ certificate::kType, &kStringSignature },
{ certificate::kX509, &kStringSignature },
{ NULL }
« no previous file with comments | « chromeos/network/onc/onc_normalizer.cc ('k') | chromeos/test/data/network/certificate-server.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698