Index: chrome/app/chrome_main_delegate.cc |
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc |
index 12f1418db879a649b8e2c5fe131f7eac3154031a..66ae5704ddd13657bfeedbed5cae3edf0ca7e70f 100644 |
--- a/chrome/app/chrome_main_delegate.cc |
+++ b/chrome/app/chrome_main_delegate.cc |
@@ -742,7 +742,7 @@ void ChromeMainDelegate::PreSandboxStartup() { |
const std::string loaded_locale = locale; |
#else |
const std::string loaded_locale = |
- ResourceBundle::InitSharedInstanceWithLocale(locale, NULL); |
+ ResourceBundle::InitSharedInstanceWithLocale(locale, NULL, true); |
base::FilePath resources_pack_path; |
PathService::Get(chrome::FILE_RESOURCES_PACK, &resources_pack_path); |