diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 23:54:20 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 23:54:20 +0000 |
commit | ce494a316fe0f80de3271fe2710691f14a9c44e1 (patch) | |
tree | 085de99b28ea75b111271f7b874cbcbef34e4e34 /base/string_util.h | |
parent | ac577490a5c20950f63d655de37058dc41486e99 (diff) | |
download | chromium_src-ce494a316fe0f80de3271fe2710691f14a9c44e1.zip chromium_src-ce494a316fe0f80de3271fe2710691f14a9c44e1.tar.gz chromium_src-ce494a316fe0f80de3271fe2710691f14a9c44e1.tar.bz2 |
GTK: Implement BlockedPopupContainerView for linux.
This doesn't have:
- rounded corners
- gradient background
- animating in or out.
- graphical polish
but it is fucntionally complete.
http://crbug.com/12843
Review URL: http://codereview.chromium.org/118480
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/string_util.h')
-rw-r--r-- | base/string_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/string_util.h b/base/string_util.h index 44b6d03..d17e7d7 100644 --- a/base/string_util.h +++ b/base/string_util.h @@ -410,6 +410,7 @@ std::wstring IntToWString(int value); string16 IntToString16(int value); std::string UintToString(unsigned int value); std::wstring UintToWString(unsigned int value); +string16 UintToString16(unsigned int value); std::string Int64ToString(int64 value); std::wstring Int64ToWString(int64 value); std::string Uint64ToString(uint64 value); |