Chromium Code Reviews| 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, |
|
estark
2016/08/10 16:43:35
You should be able to just do COPY_CERT_STATUS (no
felt
2016/08/15 21:32:43
This one *is* named differently, but in a tricky w
|
| + CERTIFICATE_TRANSPARENCY_REQUIRED) |
| #undef RENAME_CERT_STATUS |
| #undef COPY_CERT_STATUS |