| Index: net/cert/cert_verify_proc_win.cc
|
| diff --git a/net/cert/cert_verify_proc_win.cc b/net/cert/cert_verify_proc_win.cc
|
| index 416d78c17041cf7d8800b378b92e2d36f141ef0e..373b43cbe8e77263496167e5f5e8caa47833a868 100644
|
| --- a/net/cert/cert_verify_proc_win.cc
|
| +++ b/net/cert/cert_verify_proc_win.cc
|
| @@ -363,8 +363,6 @@ void GetCertChainInfo(PCCERT_CHAIN_CONTEXT chain_context,
|
| } else {
|
| verified_chain.push_back(cert);
|
| }
|
| -
|
| - FillCertVerifyResultWeakSignature(cert, i == 0, verify_result);
|
| }
|
|
|
| if (verified_cert) {
|
|
|