Chromium Code Reviews| Index: net/cert/x509_certificate_ios.cc |
| diff --git a/net/cert/x509_certificate_ios.cc b/net/cert/x509_certificate_ios.cc |
| index f59cb650993cb039bf64d67f794c7952a5f3e366..3a1deeadec8e8d465e532bc794dbed1ae5ac8a4e 100644 |
| --- a/net/cert/x509_certificate_ios.cc |
| +++ b/net/cert/x509_certificate_ios.cc |
| @@ -234,4 +234,10 @@ void X509Certificate::GetPublicKeyInfo(OSCertHandle cert_handle, |
| x509_util::GetPublicKeyInfo(nss_cert.cert_handle(), size_bits, type); |
| } |
| +// static |
| +bool X509Certificate::IsSelfSigned(OSCertHandle cert_handle) { |
| + // TODO(palmer): Implement this. |
|
felt
2014/10/16 18:03:14
nit: can you put the bug ID next to this TODO?
|
| + return false; |
| +} |
| + |
| } // namespace net |