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

Unified Diff: android_webview/browser/aw_message_port_message_filter.h

Issue 944443003: Step two of optionally sending messages to/from message ports as base::Value. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-c-message-as-values-take2
Patch Set: use auto where it makes sense 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
« no previous file with comments | « no previous file | android_webview/browser/aw_message_port_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_message_port_message_filter.h
diff --git a/android_webview/browser/aw_message_port_message_filter.h b/android_webview/browser/aw_message_port_message_filter.h
index 061dabb74efa2994658437267756322c20c5d947..4dfeed65ecaa34252f3b5b569aa1a618557f522c 100644
--- a/android_webview/browser/aw_message_port_message_filter.h
+++ b/android_webview/browser/aw_message_port_message_filter.h
@@ -29,9 +29,11 @@ class AwMessagePortMessageFilter : public content::BrowserMessageFilter,
void SendClosePortMessage(int message_port_id);
// MessagePortDelegate implementation.
- void SendMessage(int msg_port_route_id,
- const content::MessagePortMessage& message,
- const std::vector<int>& sent_message_port_ids) override;
+ void SendMessage(
+ int msg_port_route_id,
+ const content::MessagePortMessage& message,
+ const std::vector<content::TransferredMessagePort>& sent_message_ports)
+ override;
void SendMessagesAreQueued(int route_id) override;
private:
friend class content::BrowserThread;
« no previous file with comments | « no previous file | android_webview/browser/aw_message_port_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698