Index: net/base/x509_cert_types.h |
diff --git a/net/base/x509_cert_types.h b/net/base/x509_cert_types.h |
index 72cf58cdde6e38aa70fe3e55df3318889c17977a..57d785f1da55ffab23067e9a9804c90997487825 100644 |
--- a/net/base/x509_cert_types.h |
+++ b/net/base/x509_cert_types.h |
@@ -55,9 +55,6 @@ struct NET_EXPORT CertPrincipal { |
// Parses a BER-format DistinguishedName. |
bool ParseDistinguishedName(const void* ber_name_data, size_t length); |
- // Parses a CSSM_X509_NAME struct. |
- void Parse(const CSSM_X509_NAME* name); |
- |
// Compare this CertPrincipal with |against|, returning true if they're |
// equal enough to be a possible match. This should NOT be used for any |
// security relevant decisions. |