Chromium Code Reviews

Unified Diff: app/l10n_util.h

Issue 5959008: Remove wstring from l10n_util. Part 2.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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
===================================================================
--- app/l10n_util.h (revision 70233)
+++ app/l10n_util.h (working copy)
@@ -183,13 +183,13 @@
const string16& b,
std::vector<size_t>* offsets);
-// Convenience formatters for a single number.
+// Convenience functions to get a string with a single number as a parameter.
#if CRBUG_9911_OBSOLETE_GOING_AWAY
std::wstring GetStringF(int message_id, int a);
std::wstring GetStringF(int message_id, int64 a);
#endif
-string16 GetStringFUTF16(int message_id, int a);
-string16 GetStringFUTF16(int message_id, int64 a);
+string16 GetStringFUTF16Int(int message_id, int a);
+string16 GetStringFUTF16Int(int message_id, int64 a);
// Truncates the string to length characters. This breaks the string at
// the first word break before length, adding the horizontal ellipsis
« no previous file with comments | « no previous file | app/l10n_util.cc » ('j') | no next file with comments »

Powered by Google App Engine