| Index: net/cert/cert_verify_result.h
|
| diff --git a/net/cert/cert_verify_result.h b/net/cert/cert_verify_result.h
|
| index 47aae85887380019b207e6164bdb4f6b339f16b6..e93d8b06841c6c965b538bbf5502d82c5eebde96 100644
|
| --- a/net/cert/cert_verify_result.h
|
| +++ b/net/cert/cert_verify_result.h
|
| @@ -25,6 +25,8 @@ class NET_EXPORT CertVerifyResult {
|
|
|
| void Reset();
|
|
|
| + bool operator==(const CertVerifyResult& other) const;
|
| +
|
| // The certificate and chain that was constructed during verification.
|
| // Note that the though the verified certificate will match the originally
|
| // supplied certificate, the intermediate certificates stored within may
|
|
|