diff options
Diffstat (limited to 'base/values.h')
-rw-r--r-- | base/values.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/base/values.h b/base/values.h index 54230c9..b4e0892 100644 --- a/base/values.h +++ b/base/values.h @@ -268,8 +268,6 @@ class DictionaryValue : public Value { // Like Set(), but without special treatment of '.'. This allows e.g. URLs to // be used as paths. void SetWithoutPathExpansion(const std::string& key, Value* in_value); - /*DEPRECATED*/void SetWithoutPathExpansion(const std::wstring& key, - Value* in_value); // Gets the Value associated with the given path starting from this object. // A path has the form "<key>" or "<key>.<key>.[...]", where "." indexes |