diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 00:07:13 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 00:07:13 +0000 |
commit | 2e8b52cb6b93877a77557fa519ddbceec7deab6e (patch) | |
tree | 23ad90684e62f9139a7859a2c8a935284bad33c6 /remoting/protocol/connection_to_client_unittest.cc | |
parent | d1850b19dccf7be8310d031b956f27b4b2a71e9d (diff) | |
download | chromium_src-2e8b52cb6b93877a77557fa519ddbceec7deab6e.zip chromium_src-2e8b52cb6b93877a77557fa519ddbceec7deab6e.tar.gz chromium_src-2e8b52cb6b93877a77557fa519ddbceec7deab6e.tar.bz2 |
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
Diffstat (limited to 'remoting/protocol/connection_to_client_unittest.cc')
-rw-r--r-- | remoting/protocol/connection_to_client_unittest.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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(); } |