Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 0faeaf5e9310c1d5eec438f036b4c45cf7c23dee..050b184e21f0c9aae3f3c8e8711b6ed4fed387e8 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -738,7 +738,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); |