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

Unified Diff: net/cert/cert_verify_proc.h

Issue 2493593003: Resolve a TSAN race in CertVerifyProc (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | net/cert/cert_verify_proc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc.h
diff --git a/net/cert/cert_verify_proc.h b/net/cert/cert_verify_proc.h
index 2154dbab690c8f0d97bf1071bfcf2391ace83d78..352610f22e54d073a735b790eb568be1fc839bff 100644
--- a/net/cert/cert_verify_proc.h
+++ b/net/cert/cert_verify_proc.h
@@ -129,6 +129,7 @@ class NET_EXPORT CertVerifyProc
// Emergency kill-switch for SHA-1 deprecation. Disabled by default.
static const base::Feature kSHA1LegacyMode;
+ const bool sha1_legacy_mode_enabled;
DISALLOW_COPY_AND_ASSIGN(CertVerifyProc);
};
« no previous file with comments | « no previous file | net/cert/cert_verify_proc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698