| Index: net/base/cert_verify_proc_mac.h
|
| diff --git a/net/base/cert_verify_proc_mac.h b/net/base/cert_verify_proc_mac.h
|
| index d7460c8d8dcd5d55d8e486eb820b8ce6f26c1894..8e28a6b1f9f9de4062bb96e55e7b52331e94000e 100644
|
| --- a/net/base/cert_verify_proc_mac.h
|
| +++ b/net/base/cert_verify_proc_mac.h
|
| @@ -7,8 +7,6 @@
|
|
|
| #include "net/base/cert_verify_proc.h"
|
|
|
| -#include "base/synchronization/lock.h"
|
| -
|
| namespace net {
|
|
|
| // Performs certificate path construction and validation using OS X's
|
| @@ -26,10 +24,6 @@ class CertVerifyProcMac : public CertVerifyProc {
|
| int flags,
|
| CRLSet* crl_set,
|
| CertVerifyResult* verify_result) OVERRIDE;
|
| -
|
| - // Blocks multiple threads from verifying the cert simultaneously.
|
| - // (Marked mutable because it's used in a const method.)
|
| - mutable base::Lock verification_lock_;
|
| };
|
|
|
| } // namespace net
|
|
|