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

Unified Diff: mojo/system/message_pipe.h

Issue 145483005: Mojo: More work towards sending message pipe handles over remote message pipes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « no previous file | mojo/system/message_pipe_dispatcher.h » ('j') | mojo/system/message_pipe_dispatcher.h » ('J')
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 e3da3255a872a398528080258868e712bfd89f11..337f561e57ce3c20ebb861af90c92a65d6ffc995 100644
--- a/mojo/system/message_pipe.h
+++ b/mojo/system/message_pipe.h
@@ -77,6 +77,9 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipe :
MessageInTransit::EndpointId local_id);
void Run(unsigned port, MessageInTransit::EndpointId remote_id);
+ // This is used by |ProxyMessagePipeEndpoint| in sending an endpoint over
+ // another message pipe.
DaveMoore 2014/02/03 20:01:15 What is used?
viettrungluu 2014/02/03 20:09:11 Oops (stale comment), deleted.
+
private:
friend class base::RefCountedThreadSafe<MessagePipe>;
virtual ~MessagePipe();
« no previous file with comments | « no previous file | mojo/system/message_pipe_dispatcher.h » ('j') | mojo/system/message_pipe_dispatcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698