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

Unified Diff: chrome/common/localized_error.cc

Issue 1002283005: Add an error page for net::ERR_ICANN_NAME_COLLISION. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dns_53
Patch Set: rebase (dependent change now landed) Created 5 years, 9 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: chrome/common/localized_error.cc
diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
index cd7e5ef083a570efee1aa42baa4e1c52326de6a9..0c4ad4361e590adf71d4784a78846863e490b287 100644
--- a/chrome/common/localized_error.cc
+++ b/chrome/common/localized_error.cc
@@ -137,6 +137,13 @@ const LocalizedErrorMap net_error_options[] = {
SUGGEST_RELOAD | SUGGEST_CHECK_CONNECTION | SUGGEST_DNS_CONFIG |
SUGGEST_FIREWALL_CONFIG | SUGGEST_PROXY_CONFIG,
},
+ {net::ERR_ICANN_NAME_COLLISION,
+ IDS_ERRORPAGES_TITLE_NOT_AVAILABLE,
+ IDS_ERRORPAGES_HEADING_NOT_AVAILABLE,
+ IDS_ERRORPAGES_SUMMARY_ICANN_NAME_COLLISION,
+ IDS_ERRORPAGES_DETAILS_ICANN_NAME_COLLISION,
+ SUGGEST_NONE,
+ },
{net::ERR_ADDRESS_UNREACHABLE,
IDS_ERRORPAGES_TITLE_NOT_AVAILABLE,
IDS_ERRORPAGES_HEADING_NOT_AVAILABLE,

Powered by Google App Engine
This is Rietveld 408576698