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 9d09b9277bfefcd18b2bac72c21c504d5118b2a4..dc615563c4115f438a7b8502accb5feb5832d4fd 100644 |
--- a/components/error_page/common/localized_error.cc |
+++ b/components/error_page/common/localized_error.cc |
@@ -269,6 +269,12 @@ const LocalizedErrorMap net_error_options[] = { |
SUGGEST_DISABLE_EXTENSION, |
SHOW_BUTTON_RELOAD, |
}, |
+ {net::ERR_BLOCKED_BY_AUDITOR, |
+ IDS_ERRORPAGES_HEADING_BLOCKED, |
+ IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_AUDITOR, |
+ SUGGEST_NONE, |
+ SHOW_NO_BUTTONS, |
+ }, |
{net::ERR_NETWORK_CHANGED, |
IDS_ERRORPAGES_HEADING_CONNECTION_INTERRUPTED, |
IDS_ERRORPAGES_SUMMARY_NETWORK_CHANGED, |