| Index: remoting/protocol/buffered_socket_writer.h
|
| diff --git a/remoting/protocol/buffered_socket_writer.h b/remoting/protocol/buffered_socket_writer.h
|
| index 124908014e3f647123557873f83b70c6a0827f11..46a3a7e8cdc560397fab6c57e18f53dbfa8d4424 100644
|
| --- a/remoting/protocol/buffered_socket_writer.h
|
| +++ b/remoting/protocol/buffered_socket_writer.h
|
| @@ -55,7 +55,8 @@ class BufferedSocketWriterBase
|
| // to be written. Can be called on any thread.
|
| int GetBufferChunks();
|
|
|
| - // Stops writing and drops current buffers.
|
| + // Stops writing and drops current buffers. Must be called on the
|
| + // network thread.
|
| void Close();
|
|
|
| protected:
|
|
|