| Index: components/error_page/common/localized_error.cc
|
| diff --git a/components/error_page/common/localized_error.cc b/components/error_page/common/localized_error.cc
|
| index 5192a110541d9c3930529501b2365991e3e18c29..ddffab51df5bafd5d5ddf55a62e8b24b7e5ec579 100644
|
| --- a/components/error_page/common/localized_error.cc
|
| +++ b/components/error_page/common/localized_error.cc
|
| @@ -248,6 +248,12 @@ const LocalizedErrorMap net_error_options[] = {
|
| SUGGEST_CONTACT_ADMINISTRATOR,
|
| SHOW_NO_BUTTONS,
|
| },
|
| + {net::ERR_SSL_VERSION_INTERFERENCE,
|
| + IDS_ERRORPAGES_HEADING_NOT_AVAILABLE,
|
| + IDS_ERRORPAGES_SUMMARY_CONNECTION_FAILED,
|
| + SUGGEST_CHECK_CONNECTION | SUGGEST_FIREWALL_CONFIG | SUGGEST_PROXY_CONFIG,
|
| + SHOW_BUTTON_RELOAD,
|
| + },
|
| {net::ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY,
|
| IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION,
|
| IDS_ERRORPAGES_SUMMARY_SSL_SECURITY_ERROR,
|
|
|