Index: remoting/base/resources_linux.cc |
diff --git a/remoting/base/resources_linux.cc b/remoting/base/resources_linux.cc |
index d7d23ba3886b7364cb9b3656a667eeefc183d2b3..63a53f2b496438cab9e58165685a48afc9fbbc6a 100644 |
--- a/remoting/base/resources_linux.cc |
+++ b/remoting/base/resources_linux.cc |
@@ -31,7 +31,8 @@ bool LoadResources(const std::string& pref_locale) { |
PathService::Override(ui::DIR_LOCALES, |
path.AppendASCII(kLocaleResourcesDirName)); |
- ui::ResourceBundle::InitSharedInstanceLocaleOnly(pref_locale, NULL); |
+ ui::ResourceBundle::InitSharedInstanceWithLocale( |
+ pref_locale, NULL, ui::ResourceBundle::DO_NOT_LOAD_COMMON_RESOURCES); |
} |
return true; |