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..8b91322a957c3b71f02ffe6b222b8054c851f420 100644 |
--- a/apps/app_shim/chrome_main_app_mode_mac.mm |
+++ b/apps/app_shim/chrome_main_app_mode_mac.mm |
@@ -582,7 +582,8 @@ int ChromeAppModeStart(const app_mode::ChromeAppModeInfo* info) { |
l10n_util::GetApplicationLocale(preferred_localization)); |
// Load localized strings. |
- ResourceBundle::InitSharedInstanceLocaleOnly(locale, NULL); |
+ ui::ResourceBundle::InitSharedInstanceWithLocale( |
+ locale, NULL, ui::ResourceBundle::DO_NOT_LOAD_COMMON_RESOURCES); |
// Launch the IO thread. |
base::Thread::Options io_thread_options; |