| Index: remoting/protocol/connection_to_client.h
|
| diff --git a/remoting/protocol/connection_to_client.h b/remoting/protocol/connection_to_client.h
|
| index 3f347023d95a3114fc251a468382b298206d0b7a..87230457f14d9928b26180138ba1684d765a6dae 100644
|
| --- a/remoting/protocol/connection_to_client.h
|
| +++ b/remoting/protocol/connection_to_client.h
|
| @@ -66,10 +66,7 @@ class ConnectionToClient :
|
| // Returns the connection in use.
|
| virtual Session* session();
|
|
|
| - // 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.
|
| + // Disconnect the client connection.
|
| virtual void Disconnect();
|
|
|
| // Update the sequence number when received from the client. EventHandler
|
|
|