Index: components/ssl_errors/error_info.cc |
diff --git a/components/ssl_errors/error_info.cc b/components/ssl_errors/error_info.cc |
index 6eaaee0536b2d01029f7084721889dbd897d8b8a..06dc3cbe86ffb7afd2e583640291a6ce141e9b33 100644 |
--- a/components/ssl_errors/error_info.cc |
+++ b/components/ssl_errors/error_info.cc |
@@ -136,6 +136,7 @@ ErrorInfo ErrorInfo::CreateError(ErrorType error_type, |
UTF8ToUTF16(request_url.host())); |
short_description = |
l10n_util::GetStringUTF16(IDS_CERT_ERROR_WEAK_KEY_DESCRIPTION); |
+ break; |
case CERT_NAME_CONSTRAINT_VIOLATION: |
details = l10n_util::GetStringFUTF16( |
IDS_CERT_ERROR_NAME_CONSTRAINT_VIOLATION_DETAILS, |