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

Unified Diff: content/browser/message_port_message_filter.h

Issue 861373002: Refactor navigator.connect code to make it more flexible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lower similarity threshold Created 5 years, 11 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 7acc141c2543417e4efc87fbbf38ef5a89cb0ca5..678118cd95ccc0cdd13831a049a38424d23fd609 100644
--- a/content/browser/message_port_message_filter.h
+++ b/content/browser/message_port_message_filter.h
@@ -32,9 +32,10 @@ class CONTENT_EXPORT MessagePortMessageFilter
int GetNextRoutingID();
// MessagePortDelegate implementation.
- void SendMessage(int route_id,
- const base::string16& message,
- const std::vector<int>& sent_message_port_ids) override;
+ void SendMessageToPort(
+ int route_id,
+ const base::string16& message,
+ const std::vector<int>& sent_message_port_ids) override;
void SendMessagesAreQueued(int route_id) override;
// Updates message ports registered for |message_port_ids| and returns

Powered by Google App Engine
This is Rietveld 408576698