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

Unified Diff: content/browser/message_port_message_filter.h

Issue 921013002: Optionally have MessagePort pass data as base::Value, part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-c-move-v8-value-converter
Patch Set: Created 5 years, 10 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/browser/message_port_message_filter.h
diff --git a/content/browser/message_port_message_filter.h b/content/browser/message_port_message_filter.h
index 5e0286a02d759f45ed58e92e1e1a8b2e5321266c..06d8fe9f7f14953cf528abee8d783a8b80e7a837 100644
--- a/content/browser/message_port_message_filter.h
+++ b/content/browser/message_port_message_filter.h
@@ -38,7 +38,7 @@ class CONTENT_EXPORT MessagePortMessageFilter
// MessagePortDelegate implementation.
void SendMessage(int route_id,
- const base::string16& message,
+ const MessagePortMessage& message,
const std::vector<int>& sent_message_port_ids) override;
void SendMessagesAreQueued(int route_id) override;
« no previous file with comments | « no previous file | content/browser/message_port_message_filter.cc » ('j') | content/child/webmessageportchannel_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698