| Index: ui/base/l10n/l10n_util.h
|
| diff --git a/ui/base/l10n/l10n_util.h b/ui/base/l10n/l10n_util.h
|
| index 8fd02402c04568eca652aca5c36c6d8015a3f0fe..48ec68a2635e2274b950a6d6e1a37a32d9e53417 100644
|
| --- a/ui/base/l10n/l10n_util.h
|
| +++ b/ui/base/l10n/l10n_util.h
|
| @@ -131,13 +131,6 @@ UI_EXPORT string16 GetStringFUTF16(int message_id,
|
| UI_EXPORT 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
|
| -// character (unicode character 0x2026) to render ...
|
| -// The supplied string is returned if the string has length characters or
|
| -// less.
|
| -UI_EXPORT string16 TruncateString(const string16& string, size_t length);
|
| -
|
| // In place sorting of string16 strings using collation rules for |locale|.
|
| UI_EXPORT void SortStrings16(const std::string& locale,
|
| std::vector<string16>* strings);
|
|
|