diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-14 02:54:08 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-14 02:54:08 +0000 |
commit | a60153f0ada9823286a54b8b8852526e3e21a5a1 (patch) | |
tree | bf359cba11bf294a3b0354cf4f030f2f87b98b4c /base/values.h | |
parent | 87e70062789c3695762c0ddaca1a759e8834398a (diff) | |
download | chromium_src-a60153f0ada9823286a54b8b8852526e3e21a5a1.zip chromium_src-a60153f0ada9823286a54b8b8852526e3e21a5a1.tar.gz chromium_src-a60153f0ada9823286a54b8b8852526e3e21a5a1.tar.bz2 |
Remove remaining deprecated wstring DictionaryValue::Get...WithoutPathExpansion()s.
BUG=23581
TEST=builds and passes tests
Review URL: http://codereview.chromium.org/3116013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56124 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/values.h')
-rw-r--r-- | base/values.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/base/values.h b/base/values.h index a750422..54230c9 100644 --- a/base/values.h +++ b/base/values.h @@ -323,14 +323,6 @@ class DictionaryValue : public Value { DictionaryValue** out_value) const; bool GetListWithoutPathExpansion(const std::string& key, ListValue** out_value) const; - /*DEPRECATED*/bool GetWithoutPathExpansion(const std::wstring& key, - Value** out_value) const; - /*DEPRECATED*/bool GetIntegerWithoutPathExpansion(const std::wstring& key, - int* out_value) const; - /*DEPRECATED*/bool GetStringWithoutPathExpansion( - const std::wstring& key, std::string* out_value) const; - /*DEPRECATED*/bool GetStringWithoutPathExpansion( - const std::wstring& key, std::wstring* out_value) const; // Removes the Value with the specified path from this dictionary (or one // of its child dictionaries, if the path is more than just a local key). |