Chromium Code Reviews| Index: net/cert/cert_verify_proc_nss.cc |
| diff --git a/net/cert/cert_verify_proc_nss.cc b/net/cert/cert_verify_proc_nss.cc |
| index 86fcb049b8c2c772aec7ea87554c4e433ec22308..59cfa03235a9aa633be6228ae3e48ee25f8998a8 100644 |
| --- a/net/cert/cert_verify_proc_nss.cc |
| +++ b/net/cert/cert_verify_proc_nss.cc |
| @@ -191,8 +191,6 @@ void GetCertChainInfo(CERTCertList* cert_list, |
| } |
| verified_chain.push_back(node->cert); |
| } |
| - |
| - FillCertVerifyResultWeakSignature(node->cert, i == 0, verify_result); |
| } |
| if (root_cert) |