From 9f505c2437d78edde989628a0156a84890723c0d Mon Sep 17 00:00:00 2001 From: "sadrul@chromium.org" Date: Fri, 15 Jul 2011 01:55:53 +0000 Subject: Revert 92641 because it doesn't compile - Move channel initialization logic to JingleChannel class. Added new CreateChannel() method in Session interface. The new method can be used to create arbitrary channels. BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/7326024 TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/7385002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92642 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/protocol/fake_session.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'remoting/protocol/fake_session.h') diff --git a/remoting/protocol/fake_session.h b/remoting/protocol/fake_session.h index d892ede..1427bf3 100644 --- a/remoting/protocol/fake_session.h +++ b/remoting/protocol/fake_session.h @@ -105,11 +105,6 @@ class FakeSession : public Session { virtual void SetStateChangeCallback(StateChangeCallback* callback); - virtual void CreateStreamChannel( - const std::string& name, const StreamChannelCallback& callback); - virtual void CreateDatagramChannel( - const std::string& name, const DatagramChannelCallback& callback); - virtual FakeSocket* control_channel(); virtual FakeSocket* event_channel(); virtual FakeSocket* video_channel(); -- cgit v1.1