diff options
Diffstat (limited to 'remoting/base/resources.h')
-rw-r--r-- | remoting/base/resources.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/remoting/base/resources.h b/remoting/base/resources.h index a8fdfd6..b08eb8d 100644 --- a/remoting/base/resources.h +++ b/remoting/base/resources.h @@ -9,8 +9,10 @@ namespace remoting { -// Loads chromoting resources. Returns false in case of a failure. -bool LoadResources(const std::string& locale); +// Loads chromoting resources. Returns false in case of a failure. |pref_locale| +// is passed to l10n_util::GetApplicationLocale(), so the default system locale +// is used if |pref_locale| is empty. +bool LoadResources(const std::string& pref_locale); } // namespace remoting |