mirror of
https://github.com/electron/electron.git
synced 2026-01-24 23:08:10 -05:00
Update AtomCertVerifier
This commit is contained in:
committed by
Kevin Sawicki
parent
c0697d8abe
commit
3ea6d88763
@@ -46,7 +46,7 @@ int AtomCertVerifier::Verify(
|
||||
net::CertVerifyResult* verify_result,
|
||||
const net::CompletionCallback& callback,
|
||||
std::unique_ptr<Request>* out_req,
|
||||
const net::BoundNetLog& net_log) {
|
||||
const net::NetLogWithSource& net_log) {
|
||||
DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
||||
|
||||
if (verify_proc_.is_null()) {
|
||||
|
||||
@@ -33,7 +33,7 @@ class AtomCertVerifier : public net::CertVerifier {
|
||||
net::CertVerifyResult* verify_result,
|
||||
const net::CompletionCallback& callback,
|
||||
std::unique_ptr<Request>* out_req,
|
||||
const net::BoundNetLog& net_log) override;
|
||||
const net::NetLogWithSource& net_log) override;
|
||||
bool SupportsOCSPStapling() override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user