| Index: net/base/x509_certificate_openssl.cc
|
| diff --git a/net/base/x509_certificate_openssl.cc b/net/base/x509_certificate_openssl.cc
|
| index 44f276b9a88726e53bede8917cf04b6810fbf653..ef24284087235679c3a17a2fd137acf9c8806b8c 100644
|
| --- a/net/base/x509_certificate_openssl.cc
|
| +++ b/net/base/x509_certificate_openssl.cc
|
| @@ -452,6 +452,11 @@ int X509Certificate::Verify(const std::string& hostname,
|
| return OK;
|
| }
|
|
|
| +bool X509Certificate::GetDEREncoded(std::string* encoded) {
|
| + // TODO(port): Implement.
|
| + return false;
|
| +}
|
| +
|
| // static
|
| bool X509Certificate::IsSameOSCert(X509Certificate::OSCertHandle a,
|
| X509Certificate::OSCertHandle b) {
|
|
|