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

Unified Diff: mojo/system/message_pipe.h

Issue 612183002: Mojo: Remove MessagePipe::OnRemove(); instead just use MessagePipe::Close(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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/channel.cc ('k') | mojo/system/message_pipe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/message_pipe.h
diff --git a/mojo/system/message_pipe.h b/mojo/system/message_pipe.h
index 7d86d5f4a233a484bb961ab045acc802f6118d4b..5375302269fe368715794785c75902748d9c85fc 100644
--- a/mojo/system/message_pipe.h
+++ b/mojo/system/message_pipe.h
@@ -95,10 +95,6 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipe
MojoResult EnqueueMessage(unsigned port,
scoped_ptr<MessageInTransit> message);
- // This is used by |Channel|. TODO(vtl): Rename it (and have the
- // |ChannelEndpoint| call it instead).
- void OnRemove(unsigned port);
-
private:
MessagePipe();
« no previous file with comments | « mojo/system/channel.cc ('k') | mojo/system/message_pipe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698