Index: net/cert/cert_status_flags_list.h |
diff --git a/net/cert/cert_status_flags_list.h b/net/cert/cert_status_flags_list.h |
index 735e76e7225b5928d2ed81487c9bdf33a252cfbb..6396316e60c735548fc43a6480412860ab5af16e 100644 |
--- a/net/cert/cert_status_flags_list.h |
+++ b/net/cert/cert_status_flags_list.h |
@@ -27,6 +27,7 @@ CERT_STATUS_FLAG(NAME_CONSTRAINT_VIOLATION, 1 << 14) |
CERT_STATUS_FLAG(VALIDITY_TOO_LONG, 1 << 15) |
// Bits 16 to 31 are for non-error statuses. |
+// This must be kept in sync with CERT_STATUS_NON_ERROR_STATUSES. |
CERT_STATUS_FLAG(IS_EV, 1 << 16) |
CERT_STATUS_FLAG(REV_CHECKING_ENABLED, 1 << 17) |
// Bit 18 was CERT_STATUS_IS_DNSSEC |