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

Unified Diff: net/cert/ocsp_verify_result.h

Issue 2176413002: Enable Expect-Staple in SSLClientSocket. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Expect-Staple on release builds Created 4 years, 5 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 | « net/cert/cert_verify_result.cc ('k') | net/cert/ocsp_verify_result.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ocsp_verify_result.h
diff --git a/net/cert/ocsp_verify_result.h b/net/cert/ocsp_verify_result.h
index e0709f56946e41feafddd861b9d5fa16f63b275b..a2b8494b27719b728fa209a5e0b61c3e5175b511 100644
--- a/net/cert/ocsp_verify_result.h
+++ b/net/cert/ocsp_verify_result.h
@@ -24,6 +24,8 @@ struct NET_EXPORT OCSPVerifyResult {
OCSPVerifyResult(const OCSPVerifyResult&);
~OCSPVerifyResult();
+ bool operator==(const OCSPVerifyResult& other) const;
+
enum ResponseStatus {
// No OCSPResponse was stapled.
MISSING,
« no previous file with comments | « net/cert/cert_verify_result.cc ('k') | net/cert/ocsp_verify_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698