diff options
author | kxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 18:45:02 +0000 |
---|---|---|
committer | kxing@chromium.org <kxing@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 18:45:02 +0000 |
commit | 28a975cc18e147e7418c0823c888f29bde0cddcd (patch) | |
tree | de849e45416c369975cd613701a41010656a72a2 | |
parent | b50b459d7fd362c0a485885a59b9101222a2d4fc (diff) | |
download | chromium_src-28a975cc18e147e7418c0823c888f29bde0cddcd.zip chromium_src-28a975cc18e147e7418c0823c888f29bde0cddcd.tar.gz chromium_src-28a975cc18e147e7418c0823c888f29bde0cddcd.tar.bz2 |
Removed the dead function OnVideoPacket().
BUG=131209
TEST=
Review URL: https://chromiumcodereview.appspot.com/10538011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140567 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | remoting/protocol/connection_to_host.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h index 11de8170..8524c72 100644 --- a/remoting/protocol/connection_to_host.h +++ b/remoting/protocol/connection_to_host.h @@ -110,9 +110,6 @@ class ConnectionToHost : public SignalStrategy::Listener, void NotifyIfChannelsReady(); - // Callback for |video_reader_|. - void OnVideoPacket(VideoPacket* packet); - void CloseOnError(ErrorCode error); // Stops writing in the channels. |