diff options
Diffstat (limited to 'remoting/protocol/client_message_dispatcher.h')
-rw-r--r-- | remoting/protocol/client_message_dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/protocol/client_message_dispatcher.h b/remoting/protocol/client_message_dispatcher.h index 8f0f5a6..88c7c14 100644 --- a/remoting/protocol/client_message_dispatcher.h +++ b/remoting/protocol/client_message_dispatcher.h @@ -40,7 +40,7 @@ class ClientMessageDispatcher { void Initialize(protocol::Session* session, ClientStub* client_stub); private: - void OnControlMessageReceived(ControlMessage* message); + void OnControlMessageReceived(ControlMessage* message, Task* done_task); // MessageReader that runs on the control channel. It runs a loop // that parses data on the channel and then calls the corresponding handler |