Index: remoting/protocol/client_message_dispatcher.h |
diff --git a/remoting/protocol/client_message_dispatcher.h b/remoting/protocol/client_message_dispatcher.h |
index 8f0f5a63751e735978643744f814cbf2afd23b2f..88c7c14c7d5fd9e61c1bca15a27cf35192a2c142 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 |