Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: components/error_page/common/localized_error.cc

Issue 2247003003: Revert HTTP/0.9 removal (https://codereview.chromium.org/2144803002/) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/base/net_error_list.h » ('j') | tools/metrics/histograms/histograms.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 348664a44d1b38988cc3adc849ea69bb3876dee2..8bef39442d8862174d04613ee57c5f548e8d76fc 100644
--- a/components/error_page/common/localized_error.cc
+++ b/components/error_page/common/localized_error.cc
@@ -214,12 +214,6 @@ const LocalizedErrorMap net_error_options[] = {
SUGGEST_NONE,
SHOW_BUTTON_RELOAD,
},
- {net::ERR_INVALID_HTTP_RESPONSE,
- IDS_ERRORPAGES_HEADING_PAGE_NOT_WORKING,
- IDS_ERRORPAGES_SUMMARY_INVALID_RESPONSE,
- SUGGEST_NONE,
- SHOW_BUTTON_RELOAD,
- },
{net::ERR_CONTENT_LENGTH_MISMATCH,
IDS_ERRORPAGES_HEADING_PAGE_NOT_WORKING,
IDS_ERRORPAGES_SUMMARY_CONNECTION_CLOSED,
« no previous file with comments | « no previous file | net/base/net_error_list.h » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698