Index: remoting/protocol/buffered_socket_writer.h |
=================================================================== |
--- remoting/protocol/buffered_socket_writer.h (revision 96105) |
+++ remoting/protocol/buffered_socket_writer.h (working copy) |
@@ -41,8 +41,7 @@ |
// Initializes the writer. Must be called on the thread that will be used |
// to access the socket in the future. |callback| will be called after each |
- // failed write. Caller retains ownership of |socket|. |
- // TODO(sergeyu): Change it so that it take ownership of |socket|. |
+ // failed write. |
void Init(net::Socket* socket, WriteFailedCallback* callback); |
// Puts a new data chunk in the buffer. Returns false and doesn't enqueue |