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

Unified Diff: mojo/edk/system/proxy_message_pipe_endpoint.cc

Issue 738453003: Add a ChannelEndpointClient abstraction. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: review comments Created 6 years, 1 month 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/edk/system/message_pipe.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/proxy_message_pipe_endpoint.cc
diff --git a/mojo/edk/system/proxy_message_pipe_endpoint.cc b/mojo/edk/system/proxy_message_pipe_endpoint.cc
index 85437bbad3f0e85251a0f55341b4a3f3d8722958..4a954d982bad83d544459e098b537b17ab8108a8 100644
--- a/mojo/edk/system/proxy_message_pipe_endpoint.cc
+++ b/mojo/edk/system/proxy_message_pipe_endpoint.cc
@@ -48,7 +48,7 @@ void ProxyMessagePipeEndpoint::Close() {
void ProxyMessagePipeEndpoint::DetachIfNecessary() {
if (channel_endpoint_.get()) {
- channel_endpoint_->DetachFromMessagePipe();
+ channel_endpoint_->DetachFromClient();
channel_endpoint_ = nullptr;
}
}
« no previous file with comments | « mojo/edk/system/message_pipe.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698