Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4364)

Unified Diff: chrome/installer/util/l10n_string_util.h

Issue 18732: Wire the eula and the dialog display code... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/l10n_string_util.h
===================================================================
--- chrome/installer/util/l10n_string_util.h (revision 8439)
+++ chrome/installer/util/l10n_string_util.h (working copy)
@@ -22,7 +22,11 @@
// 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_

Powered by Google App Engine
This is Rietveld 408576698