| Index: base/values.h
|
| diff --git a/base/values.h b/base/values.h
|
| index 803b1fca0b3d4f328865e35a26482415001129dd..99b30fc67cd0276d06e5ae1f36d1e0fb195ad777 100644
|
| --- a/base/values.h
|
| +++ b/base/values.h
|
| @@ -148,7 +148,6 @@ class BASE_EXPORT Value {
|
| bool GetAsString(string16* out_value) const;
|
| bool GetAsString(const Value** out_value) const;
|
| bool GetAsString(StringPiece* out_value) const;
|
| - bool GetAsBinary(const Value** out_value) const;
|
| // ListValue::From is the equivalent for std::unique_ptr conversions.
|
| bool GetAsList(ListValue** out_value);
|
| bool GetAsList(const ListValue** out_value) const;
|
|
|