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