From 2e8b52cb6b93877a77557fa519ddbceec7deab6e Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Tue, 22 Nov 2011 00:07:13 +0000 Subject: Remove event_channel() and control_channel() from Session interface. Now all channels are created using CreateStreamChannel() as they should be! Review URL: http://codereview.chromium.org/8587053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111045 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/protocol/connection_to_client_unittest.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'remoting/protocol/connection_to_client_unittest.cc') diff --git a/remoting/protocol/connection_to_client_unittest.cc b/remoting/protocol/connection_to_client_unittest.cc index 358c8441..6bd0515 100644 --- a/remoting/protocol/connection_to_client_unittest.cc +++ b/remoting/protocol/connection_to_client_unittest.cc @@ -37,8 +37,6 @@ class ConnectionToClientTest : public testing::Test { EXPECT_CALL(handler_, OnConnectionOpened(viewer_.get())); session_->state_change_callback().Run( protocol::Session::CONNECTED); - session_->state_change_callback().Run( - protocol::Session::CONNECTED_CHANNELS); message_loop_.RunAllPending(); } -- cgit v1.1