| Index: net/cert/cert_status_flags.h
|
| diff --git a/net/cert/cert_status_flags.h b/net/cert/cert_status_flags.h
|
| index a766595fd0593f6ae31b9b48119ff8456d442b6b..94722851686622189ebbe66aacad0f2a3dfe42fb 100644
|
| --- a/net/cert/cert_status_flags.h
|
| +++ b/net/cert/cert_status_flags.h
|
| @@ -23,7 +23,7 @@ typedef uint32_t CertStatus;
|
| #include "net/cert/cert_status_flags_list.h"
|
| #undef CERT_STATUS_FLAG
|
|
|
| -static const CertStatus CERT_STATUS_ALL_ERRORS = 0xFFFF;
|
| +static const CertStatus CERT_STATUS_ALL_ERRORS = 0xFF00FFFF;
|
|
|
| // Returns true if the specified cert status has an error set.
|
| static inline bool IsCertStatusError(CertStatus status) {
|
|
|