| Index: app/resource_bundle_win.cc
|
| diff --git a/app/resource_bundle_win.cc b/app/resource_bundle_win.cc
|
| index 63645d4623f51657f45f4ec7d36a6f7c729071f9..e2d9eb8560de877a38d8218ba220039ea7dbb274 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);
|
|
|