summaryrefslogtreecommitdiffstats
path: root/app/resource_bundle_win.cc
diff options
context:
space:
mode:
authorhayato@chromium.org <hayato@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-03 05:25:11 +0000
committerhayato@chromium.org <hayato@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-03 05:25:11 +0000
commit32caba271be320eaba3ef4cee0a5806de0b2cbca (patch)
tree0ecbe2fdd97e243a20fe009144e3ee1746744a91 /app/resource_bundle_win.cc
parent717fcd89505d0e318b052c24a60fb1b64a6de480 (diff)
downloadchromium_src-32caba271be320eaba3ef4cee0a5806de0b2cbca.zip
chromium_src-32caba271be320eaba3ef4cee0a5806de0b2cbca.tar.gz
chromium_src-32caba271be320eaba3ef4cee0a5806de0b2cbca.tar.bz2
Share code between Mac and Linux in ResourceBundle.
BUG=25891 TEST=None Review URL: http://codereview.chromium.org/442002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/resource_bundle_win.cc')
-rw-r--r--app/resource_bundle_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/resource_bundle_win.cc b/app/resource_bundle_win.cc
index ec306ef..9a0f7eb 100644
--- a/app/resource_bundle_win.cc
+++ b/app/resource_bundle_win.cc
@@ -58,6 +58,7 @@ void ResourceBundle::LoadResources(const std::wstring& pref_locale) {
"unable to load generated resources";
}
+// static
FilePath ResourceBundle::GetLocaleFilePath(const std::wstring& pref_locale) {
FilePath locale_path;
PathService::Get(app::DIR_LOCALES, &locale_path);