diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 21:59:17 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 21:59:17 +0000 |
commit | 0fd776c40893cb7c9e02c0060a818a7fe972f1aa (patch) | |
tree | 601700d589a09e12faf4c959d8b2b40bfd3b6432 /app/l10n_util_collator.h | |
parent | 808ae47cffd55a3d761151eb4da93a5befefd922 (diff) | |
download | chromium_src-0fd776c40893cb7c9e02c0060a818a7fe972f1aa.zip chromium_src-0fd776c40893cb7c9e02c0060a818a7fe972f1aa.tar.gz chromium_src-0fd776c40893cb7c9e02c0060a818a7fe972f1aa.tar.bz2 |
DOMUI options: NSS Certificate manager part 1 (read only)
BUG=19991
TEST=run with --enable-tabbed-options, click certificate manager button in options
Review URL: http://codereview.chromium.org/3389001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/l10n_util_collator.h')
-rw-r--r-- | app/l10n_util_collator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/l10n_util_collator.h b/app/l10n_util_collator.h index 98011d9..d5b3f81 100644 --- a/app/l10n_util_collator.h +++ b/app/l10n_util_collator.h @@ -20,6 +20,9 @@ namespace l10n_util { UCollationResult CompareStringWithCollator(const icu::Collator* collator, const std::wstring& lhs, const std::wstring& rhs); +UCollationResult CompareString16WithCollator(const icu::Collator* collator, + const string16& lhs, + const string16& rhs); // Used by SortStringsUsingMethod. Invokes a method on the objects passed to // operator (), comparing the string results using a collator. |