Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: components/certificate_reporting/error_report.cc

Issue 2232813003: Add ERR_CERTIFICATE_TRANSPARENCY_REQUIRED to error report cert errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/certificate_reporting/cert_logger.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « components/certificate_reporting/cert_logger.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698