Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index 98ce2b8484be911439a0d5ca2329bdba99566712..4b8c41c4038364da4d20bfc694c2420e6756cbd4 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -347,6 +347,12 @@ NET_ERROR(SSL_FALLBACK_BEYOND_MINIMUM_VERSION, -165) |
// problem. |
NET_ERROR(ICANN_NAME_COLLISION, -166) |
+// Certificate Transparency: Received a signed tree head that failed to parse. |
+NET_ERROR(CT_STH_PARSING_FAILED, -167) |
+// Certificate Transparency: Received a signed tree head whose JSON parsing was |
+// OK but was missing some of the fields. |
+NET_ERROR(CT_STH_INCOMPLETE, -168) |
+ |
// Certificate error codes |
// |
// The values of certificate error codes must be consecutive. |