| 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,
|
|
|