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

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

Issue 2382983002: Remove the last of the TLS fallback code. (Closed)
Patch Set: mmenke comments Created 4 years, 2 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 | « chrome/browser/ui/website_settings/website_settings.cc ('k') | components/pageinfo_strings.grdp » ('j') | no next file with comments »
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 c8d21ccbe886b74001aaa31b70195e095317fb9d..9d09b9277bfefcd18b2bac72c21c504d5118b2a4 100644
--- a/components/error_page/common/localized_error.cc
+++ b/components/error_page/common/localized_error.cc
@@ -287,12 +287,6 @@ const LocalizedErrorMap net_error_options[] = {
SUGGEST_COMPLETE_SETUP,
SHOW_NO_BUTTONS,
},
- {net::ERR_SSL_FALLBACK_BEYOND_MINIMUM_VERSION,
- IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION,
- IDS_ERRORPAGES_SUMMARY_INVALID_RESPONSE,
- SUGGEST_NONE,
- SHOW_NO_BUTTONS,
- },
{net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH,
IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION,
IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH,
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings.cc ('k') | components/pageinfo_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698