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

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

Issue 2056343006: Remove DHE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment Created 4 years, 6 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
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 59a0f1e40b8dcb6aaac46887bd04feadd3fb0218..066e82a3f93f562ffaa923e1bb3fce7ac333a395 100644
--- a/components/error_page/common/localized_error.cc
+++ b/components/error_page/common/localized_error.cc
@@ -367,6 +367,14 @@ const LocalizedErrorMap net_error_options[] = {
SUGGEST_UNSUPPORTED_CIPHER,
SHOW_NO_BUTTONS,
},
+ {net::ERR_SSL_OBSOLETE_CIPHER,
+ IDS_ERRORPAGES_TITLE_LOAD_FAILED,
+ IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION,
+ IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH,
+ IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH,
davidben 2016/06/14 22:08:35 edwardjung: I intentionally just reused the SSL_VE
+ SUGGEST_UNSUPPORTED_CIPHER,
+ SHOW_NO_BUTTONS,
+ },
{net::ERR_TEMPORARY_BACKOFF,
IDS_ERRORPAGES_TITLE_ACCESS_DENIED,
IDS_ERRORPAGES_HEADING_ACCESS_DENIED,

Powered by Google App Engine
This is Rietveld 408576698