Chromium Code Reviews| Index: chrome/common/l10n_util.h |
| =================================================================== |
| --- chrome/common/l10n_util.h (revision 8587) |
| +++ chrome/common/l10n_util.h (working copy) |
| @@ -24,6 +24,7 @@ |
| namespace l10n_util { |
| const wchar_t kRightToLeftMark[] = L"\x200f"; |
| +const wchar_t kLeftToRightMark[] = L"\x200e"; |
| // This method is responsible for determining the locale as defined below. In |
| // nearly all cases you shouldn't call this, rather use GetApplicationLocale |