diff options
Diffstat (limited to 'net/socket/ssl_host_info.cc')
-rw-r--r-- | net/socket/ssl_host_info.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket/ssl_host_info.cc b/net/socket/ssl_host_info.cc index 5b4b42dd..d792d43a 100644 --- a/net/socket/ssl_host_info.cc +++ b/net/socket/ssl_host_info.cc @@ -128,7 +128,7 @@ bool SSLHostInfo::ParseInner(const std::string& data) { verification_start_time_ = base::TimeTicks::Now(); verification_end_time_ = base::TimeTicks(); int rv = verifier_.Verify( - cert_.get(), hostname_, flags, &cert_verify_result_, + cert_.get(), hostname_, flags, crl_set_, &cert_verify_result_, base::Bind(&SSLHostInfo::VerifyCallback, weak_factory_.GetWeakPtr()), // TODO(willchan): Figure out how to use NetLog here. BoundNetLog()); |