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

Unified Diff: content/browser/message_port_message_filter.cc

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.cc
diff --git a/content/browser/message_port_message_filter.cc b/content/browser/message_port_message_filter.cc
index c263344b3cf933e6a3f2579053b4093f90655726..30ec76bfed69b65e20f75f0ffedb5b428c1761aa 100644
--- a/content/browser/message_port_message_filter.cc
+++ b/content/browser/message_port_message_filter.cc
@@ -59,7 +59,7 @@ int MessagePortMessageFilter::GetNextRoutingID() {
return next_routing_id_.Run();
}
-void MessagePortMessageFilter::SendMessage(
+void MessagePortMessageFilter::SendMessageToPort(
int route_id,
const base::string16& message,
const std::vector<int>& sent_message_port_ids) {

Powered by Google App Engine
This is Rietveld 408576698