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

Unified Diff: chrome/common/localized_error.cc

Issue 1339653005: Remove content-less string IDS_ERRORPAGES_ERROR_CODE. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/localized_error.cc
diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
index ff37f511211305faa48e736b5535960f0b8cb897..d04dc4be17e46d8e03e418612538a80998ad2aaf 100644
--- a/chrome/common/localized_error.cc
+++ b/chrome/common/localized_error.cc
@@ -630,8 +630,7 @@ void LocalizedError::GetStrings(int error_code,
DCHECK_EQ(LocalizedError::kHttpErrorDomain, error_domain);
error_string = base::IntToString16(error_code);
}
- error_strings->SetString("errorCode",
- l10n_util::GetStringFUTF16(IDS_ERRORPAGES_ERROR_CODE, error_string));
+ error_strings->SetString("errorCode", error_string);
// Platform specific information for diagnosing network issues on OSX and
// Windows.
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698