| Index: net/cert/internal/cert_errors.h
|
| diff --git a/net/cert/internal/cert_errors.h b/net/cert/internal/cert_errors.h
|
| index cd713ed42ec872f8697ea319fff442ec27c2e5de..f359e2ef0c6d1123ce847d11a1818ffb91ba15a8 100644
|
| --- a/net/cert/internal/cert_errors.h
|
| +++ b/net/cert/internal/cert_errors.h
|
| @@ -139,6 +139,9 @@ class NET_EXPORT CertErrors {
|
| // Dumps a textual representation of the errors for debugging purposes.
|
| std::string ToDebugString() const;
|
|
|
| + // Returns true the error |id| was added to this CertErrors (at any depth).
|
| + bool ContainsError(CertErrorId id) const;
|
| +
|
| private:
|
| // CertErrorScoper manipulates the CertErrors object.
|
| friend class CertErrorScoper;
|
|
|