| Index: chrome/common/net/x509_certificate_model_openssl.cc
|
| diff --git a/chrome/common/net/x509_certificate_model_openssl.cc b/chrome/common/net/x509_certificate_model_openssl.cc
|
| index 8a2ae24b0e8b75472da8602111d4cd014f49698f..a4b70eb3afe40272a2f3e774ab09c5f26c2ac010 100644
|
| --- a/chrome/common/net/x509_certificate_model_openssl.cc
|
| +++ b/chrome/common/net/x509_certificate_model_openssl.cc
|
| @@ -1218,8 +1218,7 @@ std::string ProcessSubjectPublicKeyInfo(
|
|
|
| std::string ProcessRawBitsSignatureWrap(
|
| net::X509Certificate::OSCertHandle cert_handle) {
|
| - // TODO(bulach): implement me.
|
| - return "";
|
| + return ProcessRawAsn1String(cert_handle->signature);
|
| }
|
|
|
| } // namespace x509_certificate_model
|
|
|