| Index: mojo/system/message_pipe.h
|
| diff --git a/mojo/system/message_pipe.h b/mojo/system/message_pipe.h
|
| index fc5ec636c8db46b31c4ceb33c71db5682e3b99fe..e5fab3dc3b08ba60f42f6ac7c24cb3a40b86cbec 100644
|
| --- a/mojo/system/message_pipe.h
|
| +++ b/mojo/system/message_pipe.h
|
| @@ -68,7 +68,9 @@ class MOJO_SYSTEM_EXPORT MessagePipe :
|
| // messages (typically to a |LocalMessagePipeEndpoint|). Unlike
|
| // |WriteMessage()|, |port| is the *destination* port. Takes ownership of
|
| // |message|.
|
| - MojoResult EnqueueMessage(unsigned port, MessageInTransit* message);
|
| + MojoResult EnqueueMessage(unsigned port,
|
| + MessageInTransit* message,
|
| + const std::vector<Dispatcher*>* dispatchers);
|
|
|
| // These are used by |Channel|.
|
| void Attach(unsigned port,
|
|
|