summaryrefslogtreecommitdiffstats
path: root/base/values.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 18:37:10 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-15 18:37:10 +0000
commit16b527168c7fcdc36588379c3c30225493265689 (patch)
tree9b413147539b9d9cd929dc4200d34d312aff33d6 /base/values.h
parent0d93778842822187888671cffa788a3524687864 (diff)
downloadchromium_src-16b527168c7fcdc36588379c3c30225493265689.zip
chromium_src-16b527168c7fcdc36588379c3c30225493265689.tar.gz
chromium_src-16b527168c7fcdc36588379c3c30225493265689.tar.bz2
Remove (deprecated) wstring version of Value::CreateStringValue().
BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3136012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56170 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/values.h')
-rw-r--r--base/values.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/values.h b/base/values.h
index b4e0892..01a2cf4 100644
--- a/base/values.h
+++ b/base/values.h
@@ -57,9 +57,6 @@ class Value {
static Value* CreateRealValue(double in_value);
static Value* CreateStringValue(const std::string& in_value);
static Value* CreateStringValue(const string16& in_value);
-#if !defined(WCHAR_T_IS_UTF16)
- /*DEPRECATED*/static Value* CreateStringValue(const std::wstring& in_value);
-#endif
// This one can return NULL if the input isn't valid. If the return value
// is non-null, the new object has taken ownership of the buffer pointer.