| Index: chrome/common/localized_error.cc
|
| diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
|
| index 568b7806a0b89b4cd0ec4f29cfe9e093e5a68a18..026f182b9501ccadcc5c20e936f1c4cb53c14845 100644
|
| --- a/chrome/common/localized_error.cc
|
| +++ b/chrome/common/localized_error.cc
|
| @@ -321,6 +321,13 @@ const LocalizedErrorMap net_error_options[] = {
|
| IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH,
|
| SUGGEST_NONE,
|
| },
|
| + {net::ERR_TEMPORARY_BACKOFF,
|
| + IDS_ERRORPAGES_TITLE_ACCESS_DENIED,
|
| + IDS_ERRORPAGES_HEADING_ACCESS_DENIED,
|
| + IDS_ERRORPAGES_SUMMARY_TEMPORARY_BACKOFF,
|
| + IDS_ERRORPAGES_DETAILS_TEMPORARY_BACKOFF,
|
| + SUGGEST_NONE,
|
| + },
|
| };
|
|
|
| // Special error page to be used in the case of navigating back to a page
|
|
|