| Index: components/certificate_reporting/error_report.cc
|
| diff --git a/components/certificate_reporting/error_report.cc b/components/certificate_reporting/error_report.cc
|
| index 1fb98c47a400ba98d88e3325e89c8cf9b872fbaf..18145e70005e5d6348615360706fc26ad400685e 100644
|
| --- a/components/certificate_reporting/error_report.cc
|
| +++ b/components/certificate_reporting/error_report.cc
|
| @@ -38,6 +38,8 @@ void AddCertStatusToReportErrors(net::CertStatus cert_status,
|
| COPY_CERT_STATUS(VALIDITY_TOO_LONG)
|
| COPY_CERT_STATUS(UNABLE_TO_CHECK_REVOCATION)
|
| COPY_CERT_STATUS(NO_REVOCATION_MECHANISM)
|
| + RENAME_CERT_STATUS(CERTIFICATE_TRANSPARENCY_REQUIRED,
|
| + CERTIFICATE_TRANSPARENCY_REQUIRED)
|
|
|
| #undef RENAME_CERT_STATUS
|
| #undef COPY_CERT_STATUS
|
|
|