Index: chrome/renderer/localized_error.cc |
=================================================================== |
--- chrome/renderer/localized_error.cc (revision 65342) |
+++ chrome/renderer/localized_error.cc (working copy) |
@@ -301,12 +301,6 @@ |
bool rtl = LocaleIsRTL(); |
error_strings->SetString("textdirection", rtl ? "rtl" : "ltr"); |
- // Grab strings that are applicable to all error pages |
- error_strings->SetString("detailsLink", |
- l10n_util::GetStringUTF16(IDS_ERRORPAGES_DETAILS_LINK)); |
- error_strings->SetString("detailsHeading", |
- l10n_util::GetStringUTF16(IDS_ERRORPAGES_DETAILS_HEADING)); |
- |
// Grab the strings and settings that depend on the error type. Init |
// options with default values. |
LocalizedErrorMap options = { |