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

Unified Diff: android_webview/browser/aw_message_port_message_filter.h

Issue 1974613002: Remove code that was only used by navigator.connect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment Created 4 years, 7 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 20dc1eabd932d0177682e58ebfcd87b0588f2a26..ca0c8fb46fc85458840bf0c0ea11d269b7c800f4 100644
--- a/android_webview/browser/aw_message_port_message_filter.h
+++ b/android_webview/browser/aw_message_port_message_filter.h
@@ -32,8 +32,8 @@ class AwMessagePortMessageFilter : public content::BrowserMessageFilter,
// MessagePortDelegate implementation.
void SendMessage(
int msg_port_route_id,
- const content::MessagePortMessage& message,
- const std::vector<content::TransferredMessagePort>& sent_message_ports)
+ const base::string16& message,
+ const std::vector<int>& sent_message_ports)
override;
void SendMessagesAreQueued(int route_id) override;
private:
« 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