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

Unified Diff: components/ssl_errors/error_info.h

Issue 2083913002: Add error strings for CERT_STATUS_CERTIFICATE_TRANSPARENCY_REQUIRED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@symantec_ct
Patch Set: protocol -> policy per file strings Created 4 years, 6 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 | « no previous file | components/ssl_errors/error_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « no previous file | components/ssl_errors/error_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698