Index: remoting/base/resources.h |
diff --git a/remoting/base/resources.h b/remoting/base/resources.h |
index b08eb8d16ecdb2d731fe88241e4cd05c8d5212ae..212c3cdf4adc99c558a8995a3dde91fa6efcbb17 100644 |
--- a/remoting/base/resources.h |
+++ b/remoting/base/resources.h |
@@ -9,10 +9,13 @@ |
namespace remoting { |
-// Loads chromoting resources. Returns false in case of a failure. |pref_locale| |
+// Loads (or reloads) Chromoting resources for the given locale. |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); |
+void LoadResources(const std::string& pref_locale); |
+ |
+// Unloads Chromoting resources. |
+void UnloadResources(); |
} // namespace remoting |