| Index: base/values.h
|
| diff --git a/base/values.h b/base/values.h
|
| index 1fbc568f63a71fa999d33c6cbed8bb338d57c20a..005db960f3bd12ecadc3a365a40d00a6f3de9f02 100644
|
| --- a/base/values.h
|
| +++ b/base/values.h
|
| @@ -332,10 +332,6 @@ class DictionaryValue : public Value {
|
| const std::wstring& key, std::string* out_value) const;
|
| /*DEPRECATED*/bool GetStringWithoutPathExpansion(
|
| const std::wstring& key, std::wstring* out_value) const;
|
| - /*DEPRECATED*/bool GetDictionaryWithoutPathExpansion(
|
| - const std::wstring& key, DictionaryValue** out_value) const;
|
| - /*DEPRECATED*/bool GetListWithoutPathExpansion(const std::wstring& key,
|
| - ListValue** 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).
|
|
|