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

Unified Diff: chrome/common/l10n_util.h

Issue 18076: request review: fix issue 2821 and 6132 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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/browser/views/shelf_item_dialog.cc ('k') | chrome/views/native_control.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/views/shelf_item_dialog.cc ('k') | chrome/views/native_control.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698