Use NetLogWithSource since BoundNetLog no longer exists
This commit is contained in:
parent
e29b64a18a
commit
37db804099
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class CertVerifierRequest : public AtomCertVerifier::Request {
|
|||
}
|
||||
|
||||
void Start(net::CRLSet* crl_set,
|
||||
const net::BoundNetLog& net_log) {
|
||||
const net::NetLogWithSource& net_log) {
|
||||
int error = cert_verifier_->default_verifier()->Verify(
|
||||
params_, crl_set, &result_,
|
||||
base::Bind(&CertVerifierRequest::OnDefaultVerificationDone,
|
||||
|
|
Loading…
Reference in a new issue