| Index: chrome/browser/net/certificate_error_reporter.cc
|
| diff --git a/chrome/browser/net/certificate_error_reporter.cc b/chrome/browser/net/certificate_error_reporter.cc
|
| index edff489f4ca0762dac6eb03bf554a1bc7e0adef2..025153a24960b407d5bc43e5f143f44c5a411b60 100644
|
| --- a/chrome/browser/net/certificate_error_reporter.cc
|
| +++ b/chrome/browser/net/certificate_error_reporter.cc
|
| @@ -261,6 +261,8 @@ void CertificateErrorReporter::BuildReport(const std::string& hostname,
|
| *cert_chain += pem_encoded_chain[i];
|
|
|
| out_request->add_pin(ssl_info.pinning_failure_log);
|
| +
|
| + out_request->set_cert_status(ssl_info.cert_status);
|
| }
|
|
|
| void CertificateErrorReporter::RequestComplete(net::URLRequest* request) {
|
|
|