summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/l10n_string_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/l10n_string_util.h')
-rw-r--r--chrome/installer/util/l10n_string_util.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/installer/util/l10n_string_util.h b/chrome/installer/util/l10n_string_util.h
index aa04447..bea5344 100644
--- a/chrome/installer/util/l10n_string_util.h
+++ b/chrome/installer/util/l10n_string_util.h
@@ -22,7 +22,11 @@ namespace installer_util {
// desktop.
std::wstring GetLocalizedString(int base_message_id);
-}
+// Given the system language, return a url that points to the localized eula.
+// The empty string is returned on failure.
+std::wstring GetLocalizedEulaResource();
+
+} // namespace installer_util.
#endif // CHROME_INSTALLER_UTIL_L10N_STRING_UTIL_H_