summaryrefslogtreecommitdiffstats
path: root/remoting/base/resources.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/resources.h')
-rw-r--r--remoting/base/resources.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/remoting/base/resources.h b/remoting/base/resources.h
index b08eb8d..a8fdfd6 100644
--- a/remoting/base/resources.h
+++ b/remoting/base/resources.h
@@ -9,10 +9,8 @@
namespace remoting {
-// 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);
+// Loads chromoting resources. Returns false in case of a failure.
+bool LoadResources(const std::string& locale);
} // namespace remoting