Index: net/base/x509_certificate_openssl.cc |
diff --git a/net/base/x509_certificate_openssl.cc b/net/base/x509_certificate_openssl.cc |
index 009257705d14863df040c882d91cb84118124cbd..80e2517a0be870ea269589ab259128772f3246a9 100644 |
--- a/net/base/x509_certificate_openssl.cc |
+++ b/net/base/x509_certificate_openssl.cc |
@@ -409,17 +409,6 @@ X509Certificate* X509Certificate::CreateSelfSigned( |
return NULL; |
} |
-// static |
-X509Certificate* X509Certificate::CreateOriginBound( |
- crypto::RSAPrivateKey* key, |
- const std::string& origin, |
- uint32 serial_number, |
- base::TimeDelta valid_duration) { |
- // TODO(port): Implement. |
- NOTIMPLEMENTED(); |
- return NULL; |
-} |
- |
void X509Certificate::GetSubjectAltName( |
std::vector<std::string>* dns_names, |
std::vector<std::string>* ip_addrs) const { |