Chromium Code Reviews| Index: net/cert/x509_certificate.h |
| diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h |
| index fee25b659d1e086afb776ae242b6b891a6a524d2..b75efa70d9a5bd163a5f7a9fb6c256ed649354e1 100644 |
| --- a/net/cert/x509_certificate.h |
| +++ b/net/cert/x509_certificate.h |
| @@ -279,9 +279,6 @@ class NET_EXPORT X509Certificate |
| // Does this certificate's usage allow SSL client authentication? |
| bool SupportsSSLClientAuth() const; |
| - // Creates the chain of certs to use for this client identity cert. |
| - CFArrayRef CreateClientCertificateChain() const; |
|
Ryan Sleevi
2013/04/16 02:32:50
Because this function is no longer used, I removed
|
| - |
| // Returns a new CFArrayRef containing this certificate and its intermediate |
| // certificates in the form expected by Security.framework and Keychain |
| // Services, or NULL on failure. |