| Index: components/certificate_reporting/cert_logger.proto
|
| diff --git a/components/certificate_reporting/cert_logger.proto b/components/certificate_reporting/cert_logger.proto
|
| index a89fe920d4a399a2a030be958eea681157305f19..13dfda17f5fcfecb01bcfaa8701d1acce1e63137 100644
|
| --- a/components/certificate_reporting/cert_logger.proto
|
| +++ b/components/certificate_reporting/cert_logger.proto
|
| @@ -76,6 +76,7 @@ message CertLoggerRequest {
|
| ERR_CERT_UNABLE_TO_CHECK_REVOCATION = 11;
|
| ERR_CERT_NO_REVOCATION_MECHANISM = 12;
|
| ERR_CERT_NON_UNIQUE_NAME = 13;
|
| + ERR_CERTIFICATE_TRANSPARENCY_REQUIRED = 14;
|
| };
|
|
|
| // Certificate errors encountered (if any) when validating this
|
|
|