mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use NetLogWithSource since BoundNetLog no longer exists
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user