| Index: base/values.h
|
| diff --git a/base/values.h b/base/values.h
|
| index 8b86b1e0bd0c57c0aee73f57a4f25fd1ec0c5aa7..5994f311027164b422b71e011f06585b3542e8f4 100644
|
| --- a/base/values.h
|
| +++ b/base/values.h
|
| @@ -258,8 +258,6 @@ class BASE_EXPORT DictionaryValue : public Value {
|
| // be used as paths.
|
| Value* SetWithoutPathExpansion(StringPiece key,
|
| std::unique_ptr<Value> in_value);
|
| - // Deprecated version of the above. TODO(estade): remove.
|
| - Value* SetWithoutPathExpansion(StringPiece key, Value* in_value);
|
|
|
| // Convenience forms of SetWithoutPathExpansion().
|
| Value* SetBooleanWithoutPathExpansion(StringPiece path, bool in_value);
|
|
|