Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index 330d57255b1a7f3501f83548ab99112a267c7033..2d4f0382d280d5e8b7f432c0abf6acad27c69f4c 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -408,6 +408,10 @@ NET_ERROR(CERT_WEAK_KEY, -211) |
// The value immediately past the last certificate error code. |
NET_ERROR(CERT_END, -212) |
+// Certificate Transparency: All Signed Certificate Timestamps failed to verify. |
+// XXX(eranm): Move this error to a more appropriate category. |
+NET_ERROR(CT_NO_SCTS_VERIFIED_OK, -299) |
wtc
2013/11/28 15:18:24
Let's work on this next week. I remember if an err
|
+ |
// The URL is invalid. |
NET_ERROR(INVALID_URL, -300) |