diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 22:31:43 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 22:31:43 +0000 |
commit | 19c28bfec867442cc416fa5a3108418e01c714fb (patch) | |
tree | e832b7ec5f9792c27152470d1b44046ff5a2fc6f /remoting/protocol/buffered_socket_writer.h | |
parent | 8ec98cd25edd4f9329c0acefd98d4b6f69e4632d (diff) | |
download | chromium_src-19c28bfec867442cc416fa5a3108418e01c714fb.zip chromium_src-19c28bfec867442cc416fa5a3108418e01c714fb.tar.gz chromium_src-19c28bfec867442cc416fa5a3108418e01c714fb.tar.bz2 |
Remove video_channel() from Session interface
BUG=None
TEST=Unittests.
Review URL: http://codereview.chromium.org/7508044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/buffered_socket_writer.h')
-rw-r--r-- | remoting/protocol/buffered_socket_writer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/protocol/buffered_socket_writer.h b/remoting/protocol/buffered_socket_writer.h index 46a3a7e..3bb03d3 100644 --- a/remoting/protocol/buffered_socket_writer.h +++ b/remoting/protocol/buffered_socket_writer.h @@ -41,7 +41,8 @@ class BufferedSocketWriterBase // 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. + // failed write. Caller retains ownership of |socket|. + // TODO(sergeyu): Change it so that it take ownership of |socket|. void Init(net::Socket* socket, WriteFailedCallback* callback); // Puts a new data chunk in the buffer. Returns false and doesn't enqueue |