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

Unified Diff: mojo/system/message_pipe_endpoint.cc

Issue 577313002: Mojo: Give ChannelEndpoint the remote ID and ProxyMessagePipeEndpoint the ChannelEndpoint. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/system/message_pipe_endpoint.h ('k') | mojo/system/proxy_message_pipe_endpoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/message_pipe_endpoint.cc
diff --git a/mojo/system/message_pipe_endpoint.cc b/mojo/system/message_pipe_endpoint.cc
index 51f88ec1f7b00cc8e98b254aed62401eee8c099d..a9438361311bafb6cce79f03c86e474c4f944b8d 100644
--- a/mojo/system/message_pipe_endpoint.cc
+++ b/mojo/system/message_pipe_endpoint.cc
@@ -5,7 +5,6 @@
#include "mojo/system/message_pipe_endpoint.h"
#include "base/logging.h"
-#include "mojo/system/channel.h"
namespace mojo {
namespace system {
@@ -49,7 +48,8 @@ void MessagePipeEndpoint::RemoveWaiter(Waiter* /*waiter*/,
*signals_state = HandleSignalsState();
}
-void MessagePipeEndpoint::Attach(scoped_refptr<Channel> /*channel*/,
+void MessagePipeEndpoint::Attach(ChannelEndpoint* /*channel_endpoint*/,
+ Channel* /*channel*/,
MessageInTransit::EndpointId /*local_id*/) {
NOTREACHED();
}
« no previous file with comments | « mojo/system/message_pipe_endpoint.h ('k') | mojo/system/proxy_message_pipe_endpoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698