| Index: net/socket/ssl_host_info.cc
|
| diff --git a/net/socket/ssl_host_info.cc b/net/socket/ssl_host_info.cc
|
| index 5b4b42ddb7d4c076d4bcae18889be224e813489e..21ce51b3fa1145c7ea42fb381e219d344bec3593 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_.get(), &cert_verify_result_,
|
| base::Bind(&SSLHostInfo::VerifyCallback, weak_factory_.GetWeakPtr()),
|
| // TODO(willchan): Figure out how to use NetLog here.
|
| BoundNetLog());
|
|
|