diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 00:16:13 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 00:16:13 +0000 |
commit | 32a6a3d6f04a15aa90bf069669d1f5f69fd4eba1 (patch) | |
tree | 8ce2b9525c120a559df5d56d9ab77868205a266b /ui/base/l10n | |
parent | 33dd14f7caa9fc2ad52f4ddced30d006aa6705a1 (diff) | |
download | chromium_src-32a6a3d6f04a15aa90bf069669d1f5f69fd4eba1.zip chromium_src-32a6a3d6f04a15aa90bf069669d1f5f69fd4eba1.tar.gz chromium_src-32a6a3d6f04a15aa90bf069669d1f5f69fd4eba1.tar.bz2 |
Fix a bug where windows can't find the locale paks.
TBR=cpu
Review URL: http://codereview.chromium.org/7701018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97951 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/base/l10n')
-rw-r--r-- | ui/base/l10n/l10n_util.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/base/l10n/l10n_util.cc b/ui/base/l10n/l10n_util.cc index cabda81..a72a252 100644 --- a/ui/base/l10n/l10n_util.cc +++ b/ui/base/l10n/l10n_util.cc @@ -36,11 +36,7 @@ namespace { -#if defined(OS_WIN) -static const FilePath::CharType kLocaleFileExtension[] = L".dll"; -#elif defined(OS_POSIX) static const FilePath::CharType kLocaleFileExtension[] = ".pak"; -#endif static const char* const kAcceptLanguageList[] = { "af", // Afrikaans |