Index: components/ssl_errors/error_info.h |
diff --git a/components/ssl_errors/error_info.h b/components/ssl_errors/error_info.h |
index 474fb821f8dbbe293c6c50d947c25b9acdf4b14f..fd7da2d013a20f0a5142d6963d484eddc946047f 100644 |
--- a/components/ssl_errors/error_info.h |
+++ b/components/ssl_errors/error_info.h |
@@ -40,6 +40,7 @@ class ErrorInfo { |
// CERT_WEAK_KEY_DH = 12, |
CERT_PINNED_KEY_MISSING = 13, |
CERT_VALIDITY_TOO_LONG = 14, |
+ CERTIFICATE_TRANSPARENCY_REQUIRED = 15, |
END_OF_ENUM |
}; |