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..d792d43a6c169cb7efe1fb2da2f53bfd11415f14 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()); |