Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: net/base/cert_verify_proc_mac.h

Issue 11016004: Force crypto::AppleKeychain access to be guarded by a Big Global Lock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment update Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crypto/apple_keychain_mac.mm ('k') | net/base/cert_verify_proc_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « crypto/apple_keychain_mac.mm ('k') | net/base/cert_verify_proc_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698