diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-28 21:23:18 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-28 21:23:18 +0000 |
commit | 31caf9184f97fc3a45eeac0d7fe869e261997e65 (patch) | |
tree | ac08dfc73e4ff037488c14107c17091d379fbfee /app/l10n_util.h | |
parent | ad05af6e6f231a8e4283e13c8f7652454c223cc1 (diff) | |
download | chromium_src-31caf9184f97fc3a45eeac0d7fe869e261997e65.zip chromium_src-31caf9184f97fc3a45eeac0d7fe869e261997e65.tar.gz chromium_src-31caf9184f97fc3a45eeac0d7fe869e261997e65.tar.bz2 |
Add general options page. Options are working with the following exceptions:
Custom start urls and default search options widgets aren't hooked up.
Home page settings work, but are overridden by the linux start page settings.
Default browser checking/setting functions are not implemented, so the option
isn't useful yet.
Refactors some common code out of browser/views/options/options_page_view.*
into browser/options_page_base.{cc,h}
BUG=11507
Patch by Matt Mueller (mattm@google.com).
Review URL: http://codereview.chromium.org/113967
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/l10n_util.h')
-rw-r--r-- | app/l10n_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/l10n_util.h b/app/l10n_util.h index 0fe391c..69d3271 100644 --- a/app/l10n_util.h +++ b/app/l10n_util.h @@ -67,6 +67,7 @@ std::wstring GetLocalName(const std::string& locale_code_str, // Pulls resource string from the string bundle and returns it. std::wstring GetString(int message_id); std::string GetStringUTF8(int message_id); +string16 GetStringUTF16(int message_id); // Get a resource string and replace $1-$2-$3 with |a| and |b| // respectively. Additionally, $$ is replaced by $. |