| Index: chrome/common/localized_error.cc
|
| diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
|
| index cd7e5ef083a570efee1aa42baa4e1c52326de6a9..0c4ad4361e590adf71d4784a78846863e490b287 100644
|
| --- a/chrome/common/localized_error.cc
|
| +++ b/chrome/common/localized_error.cc
|
| @@ -137,6 +137,13 @@ const LocalizedErrorMap net_error_options[] = {
|
| SUGGEST_RELOAD | SUGGEST_CHECK_CONNECTION | SUGGEST_DNS_CONFIG |
|
| SUGGEST_FIREWALL_CONFIG | SUGGEST_PROXY_CONFIG,
|
| },
|
| + {net::ERR_ICANN_NAME_COLLISION,
|
| + IDS_ERRORPAGES_TITLE_NOT_AVAILABLE,
|
| + IDS_ERRORPAGES_HEADING_NOT_AVAILABLE,
|
| + IDS_ERRORPAGES_SUMMARY_ICANN_NAME_COLLISION,
|
| + IDS_ERRORPAGES_DETAILS_ICANN_NAME_COLLISION,
|
| + SUGGEST_NONE,
|
| + },
|
| {net::ERR_ADDRESS_UNREACHABLE,
|
| IDS_ERRORPAGES_TITLE_NOT_AVAILABLE,
|
| IDS_ERRORPAGES_HEADING_NOT_AVAILABLE,
|
|
|