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

Unified Diff: trunk/src/ui/base/l10n/l10n_util_win.cc

Issue 474483002: Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/ui/base/l10n/l10n_util_posix.cc ('k') | trunk/src/webkit/common/fileapi/file_system_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/base/l10n/l10n_util_win.cc
===================================================================
--- trunk/src/ui/base/l10n/l10n_util_win.cc (revision 289319)
+++ trunk/src/ui/base/l10n/l10n_util_win.cc (working copy)
@@ -112,8 +112,7 @@
// 'Abyssinica SIL' in the resource bundle to use in the UI. Check
// for its presence to determine whether or not to support Amharic UI on XP.
return (base::win::GetVersion() >= base::win::VERSION_VISTA ||
- !base::LowerCaseEqualsASCII(locale, "am") ||
- IsFontPresent(L"Abyssinica SIL"));
+ !LowerCaseEqualsASCII(locale, "am") || IsFontPresent(L"Abyssinica SIL"));
}
bool NeedOverrideDefaultUIFont(base::string16* override_font_family,
« no previous file with comments | « trunk/src/ui/base/l10n/l10n_util_posix.cc ('k') | trunk/src/webkit/common/fileapi/file_system_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698