Chromium Code Reviews| Index: chrome/browser/ssl/ssl_error_info.h |
| diff --git a/chrome/browser/ssl/ssl_error_info.h b/chrome/browser/ssl/ssl_error_info.h |
| index bcc169aec773f86ecb414aa42b5297e9ffc9bcde..2713374cf232bdfe3b1a4c74e118344523514e54 100644 |
| --- a/chrome/browser/ssl/ssl_error_info.h |
| +++ b/chrome/browser/ssl/ssl_error_info.h |
| @@ -36,6 +36,7 @@ class SSLErrorInfo { |
| UNKNOWN, |
| CERT_WEAK_KEY_DH, |
| CERT_PINNED_KEY_MISSING, |
| + CERT_VALIDITY_TOO_LONG, |
| END_OF_ENUM |
| }; |