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

Unified Diff: chrome/renderer/localized_error.cc

Issue 4464005: Update the error page template to be a little prettier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync with trunk Created 10 years, 1 month 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/renderer/resources/neterror.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/renderer/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698