Index: apps/app_shim/chrome_main_app_mode_mac.mm |
diff --git a/apps/app_shim/chrome_main_app_mode_mac.mm b/apps/app_shim/chrome_main_app_mode_mac.mm |
index 18b8f9e1cfdbca32b371e69ba850be1f2bc33587..7deff4bcee8f514636ca6302484ca750f5c503c7 100644 |
--- a/apps/app_shim/chrome_main_app_mode_mac.mm |
+++ b/apps/app_shim/chrome_main_app_mode_mac.mm |
@@ -582,7 +582,7 @@ int ChromeAppModeStart(const app_mode::ChromeAppModeInfo* info) { |
l10n_util::GetApplicationLocale(preferred_localization)); |
// Load localized strings. |
- ResourceBundle::InitSharedInstanceLocaleOnly(locale, NULL); |
+ ResourceBundle::InitSharedInstanceWithLocale(locale, NULL, false); |
// Launch the IO thread. |
base::Thread::Options io_thread_options; |