| Index: net/cert/x509_certificate_ios.cc | 
| diff --git a/net/cert/x509_certificate_ios.cc b/net/cert/x509_certificate_ios.cc | 
| index 32a4883f9ea8c1feec87bfd66e25c86e670de862..efeb54ec7e9571767a7f611be8520d249a542ead 100644 | 
| --- a/net/cert/x509_certificate_ios.cc | 
| +++ b/net/cert/x509_certificate_ios.cc | 
| @@ -85,18 +85,6 @@ bool X509Certificate::IsIssuedByEncoded( | 
| nss_chain.cert_chain(), issuers); | 
| } | 
|  | 
| -// static | 
| -X509Certificate* X509Certificate::CreateSelfSigned( | 
| -    crypto::RSAPrivateKey* key, | 
| -    const std::string& subject, | 
| -    uint32 serial_number, | 
| -    base::TimeDelta valid_duration) { | 
| -  DCHECK(key); | 
| -  DCHECK(!subject.empty()); | 
| -  NOTIMPLEMENTED(); | 
| -  return NULL; | 
| -} | 
| - | 
| void X509Certificate::GetSubjectAltName( | 
| std::vector<std::string>* dns_names, | 
| std::vector<std::string>* ip_addrs) const { | 
|  |