Index: base/values.h |
diff --git a/base/values.h b/base/values.h |
index 2bab074c60eb6e62e62d222b5faf84828d376b85..803b1fca0b3d4f328865e35a26482415001129dd 100644 |
--- a/base/values.h |
+++ b/base/values.h |
@@ -137,9 +137,6 @@ class BASE_EXPORT Value { |
ListStorage& GetList(); |
const ListStorage& GetList() const; |
- size_t GetSize() const; // DEPRECATED, use GetBlob().size() instead. |
- const char* GetBuffer() const; // DEPRECATED, use GetBlob().data() instead. |
- |
// These methods allow the convenient retrieval of the contents of the Value. |
// If the current object can be converted into the given type, the value is |
// returned through the |out_value| parameter and true is returned; |