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

Unified Diff: content/child/v8_value_converter_impl.h

Issue 2799093006: Remove base::BinaryValue (Closed)
Patch Set: Rebase 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: content/child/v8_value_converter_impl.h
diff --git a/content/child/v8_value_converter_impl.h b/content/child/v8_value_converter_impl.h
index 1fbc98927638f6cd56ec64703d14ea3b79c1c527..ce80a71a1799a98c00cd5cc00ef6e997d39a5506 100644
--- a/content/child/v8_value_converter_impl.h
+++ b/content/child/v8_value_converter_impl.h
@@ -16,7 +16,6 @@ namespace base {
class DictionaryValue;
class ListValue;
class Value;
-using BinaryValue = Value;
}
namespace content {
@@ -56,8 +55,8 @@ class CONTENT_EXPORT V8ValueConverterImpl : public V8ValueConverter {
v8::Local<v8::Object> creation_context,
const base::DictionaryValue* dictionary) const;
v8::Local<v8::Value> ToArrayBuffer(v8::Isolate* isolate,
- v8::Local<v8::Object> creation_context,
- const base::BinaryValue* value) const;
+ v8::Local<v8::Object> creation_context,
+ const base::Value* value) const;
std::unique_ptr<base::Value> FromV8ValueImpl(FromV8ValueState* state,
v8::Local<v8::Value> value,
« no previous file with comments | « content/browser/renderer_host/pepper/pepper_socket_utils.cc ('k') | content/child/v8_value_converter_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698