| 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 e4af318a73f8205f59292119f481a24274293f2d..fd27ba8bb26d62ca7290da9647ddd987c04febc1 100644
|
| --- a/components/error_page/common/localized_error.cc
|
| +++ b/components/error_page/common/localized_error.cc
|
| @@ -90,7 +90,6 @@ struct LocalizedErrorMap {
|
| int suggestions; // Bitmap of SUGGEST_* values.
|
| };
|
|
|
| -// clang-format off
|
| const LocalizedErrorMap net_error_options[] = {
|
| {net::ERR_TIMED_OUT,
|
| IDS_ERRORPAGES_TITLE_NOT_AVAILABLE,
|
| @@ -351,15 +350,7 @@ const LocalizedErrorMap net_error_options[] = {
|
| IDS_ERRORPAGES_DETAILS_SSL_PROTOCOL_ERROR,
|
| SUGGEST_NONE,
|
| },
|
| - {net::ERR_BLOCKED_BY_RESPONSE,
|
| - IDS_ERRORPAGES_TITLE_BLOCKED,
|
| - IDS_ERRORPAGES_HEADING_BLOCKED,
|
| - IDS_ERRORPAGES_SUMMARY_CONNECTION_REFUSED,
|
| - IDS_ERRORPAGES_DETAILS_CONNECTION_REFUSED,
|
| - SUGGEST_NONE,
|
| - },
|
| };
|
| -// clang-format on
|
|
|
| // Special error page to be used in the case of navigating back to a page
|
| // generated by a POST. LocalizedError::HasStrings expects this net error code
|
|
|