| Index: chrome/common/localized_error.cc
|
| diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
|
| index e9e6b6511af02254573fcd04b0ba0b2b3941d0a2..d04dc4be17e46d8e03e418612538a80998ad2aaf 100644
|
| --- a/chrome/common/localized_error.cc
|
| +++ b/chrome/common/localized_error.cc
|
| @@ -21,7 +21,6 @@
|
| #include "components/url_formatter/url_formatter.h"
|
| #include "grit/components_chromium_strings.h"
|
| #include "grit/components_google_chrome_strings.h"
|
| -#include "grit/components_strings.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/net_errors.h"
|
| #include "third_party/WebKit/public/platform/WebURLError.h"
|
| @@ -269,8 +268,8 @@ const LocalizedErrorMap net_error_options[] = {
|
| {net::ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN,
|
| IDS_ERRORPAGES_TITLE_LOAD_FAILED,
|
| IDS_ERRORPAGES_HEADING_PINNING_FAILURE,
|
| - IDS_CERT_ERROR_SUMMARY_PINNING_FAILURE_DETAILS,
|
| - IDS_CERT_ERROR_SUMMARY_PINNING_FAILURE_DESCRIPTION,
|
| + IDS_ERRORPAGES_SUMMARY_PINNING_FAILURE,
|
| + IDS_ERRORPAGES_DETAILS_PINNING_FAILURE,
|
| SUGGEST_NONE,
|
| },
|
| {net::ERR_TEMPORARILY_THROTTLED,
|
|
|