Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 6a0e22d2306bf12737e7ce8c6a1c170f52df7a34..01b9d94520a00934f960cabda6194a91de8f8fce 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -740,7 +740,8 @@ void ChromeMainDelegate::PreSandboxStartup() { |
const std::string loaded_locale = locale; |
#else |
const std::string loaded_locale = |
- ResourceBundle::InitSharedInstanceWithLocale(locale, NULL); |
+ ui::ResourceBundle::InitSharedInstanceWithLocale( |
+ locale, NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES); |
base::FilePath resources_pack_path; |
PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); |