Chromium Code Reviews

Unified Diff: remoting/base/resources_mac.cc

Issue 457103003: Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWithLocale(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: remoting/base/resources_mac.cc
diff --git a/remoting/base/resources_mac.cc b/remoting/base/resources_mac.cc
index 7ea59b6a8a070ed84b9d9d3833da7d0ab0b5d0b3..672d09489732d9dc151ca079a0565ba1be3457fc 100644
--- a/remoting/base/resources_mac.cc
+++ b/remoting/base/resources_mac.cc
@@ -32,7 +32,7 @@ bool LoadResources(const std::string& pref_locale) {
if (pref_locale.empty())
l10n_util::OverrideLocaleWithCocoaLocale();
- ui::ResourceBundle::InitSharedInstanceLocaleOnly(pref_locale, NULL);
+ ui::ResourceBundle::InitSharedInstanceWithLocale(pref_locale, NULL, false);
}
return true;

Powered by Google App Engine