| Index: remoting/host/client_connection.h
|
| diff --git a/remoting/host/client_connection.h b/remoting/host/client_connection.h
|
| index 810eb61d6e71a1a8a84b1a57610a586cf10b8eac..3e85cc97c03d929a7df444983d5d3d9b1ac1f060 100644
|
| --- a/remoting/host/client_connection.h
|
| +++ b/remoting/host/client_connection.h
|
| @@ -90,7 +90,10 @@ class ClientConnection : public base::RefCountedThreadSafe<ClientConnection>,
|
| // TODO(hclam): Report this number accurately.
|
| virtual int GetPendingUpdateStreamMessages();
|
|
|
| - // Disconnect the remote viewer.
|
| + // Disconnect the client connection. This method is allowed to be called
|
| + // more than once and calls after the first one will be ignored.
|
| + //
|
| + // After this method is called all the send method calls will be ignored.
|
| virtual void Disconnect();
|
|
|
| /////////////////////////////////////////////////////////////////////////////
|
|
|