| Index: net/cert/x509_certificate.h
|
| diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h
|
| index 5c0b6dca80a8ab4f1f9709a9957deec7bc2be244..dde8ae0ad4e6696e6e8638e0d00f8cc5b1ec8e82 100644
|
| --- a/net/cert/x509_certificate.h
|
| +++ b/net/cert/x509_certificate.h
|
| @@ -127,11 +127,6 @@ class NET_EXPORT X509Certificate
|
| PICKLETYPE_CERTIFICATE_CHAIN_V3,
|
| };
|
|
|
| - // Creates a X509Certificate from the ground up. Used by tests that simulate
|
| - // SSL connections.
|
| - X509Certificate(const std::string& subject, const std::string& issuer,
|
| - base::Time start_date, base::Time expiration_date);
|
| -
|
| // Create an X509Certificate from a handle to the certificate object in the
|
| // underlying crypto library.
|
| static scoped_refptr<X509Certificate> CreateFromHandle(
|
|
|