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

Unified Diff: app/l10n_util.h

Issue 3044043: Remove a deprecated wstring ToLower function. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: views Created 10 years, 4 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 | « no previous file | app/l10n_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/l10n_util.h
diff --git a/app/l10n_util.h b/app/l10n_util.h
index 7f7b18aca910aaa2698fdc66fc5c222212c19a32..4ca6899bc5126ae834ccac6484f31b36791c084c 100644
--- a/app/l10n_util.h
+++ b/app/l10n_util.h
@@ -169,10 +169,6 @@ std::wstring GetStringF(int message_id, int64 a);
std::wstring TruncateString(const std::wstring& string, size_t length);
// Returns the lower case equivalent of string.
-#if defined(WCHAR_T_IS_UTF32)
-// Deprecated. The string16 version should be used instead.
-std::wstring ToLower(const std::wstring& string);
-#endif // defined(WCHAR_T_IS_UTF32)
string16 ToLower(const string16& string);
// Returns the upper case equivalent of string.
« no previous file with comments | « no previous file | app/l10n_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698