Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2433)

Unified Diff: base/values.h

Issue 2839753005: Remove base::Value::GetAsBinary (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698