diff options
Diffstat (limited to 'remoting/protocol/connection_to_host.cc')
-rw-r--r-- | remoting/protocol/connection_to_host.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/remoting/protocol/connection_to_host.cc b/remoting/protocol/connection_to_host.cc index bdf6f8b..9383d06 100644 --- a/remoting/protocol/connection_to_host.cc +++ b/remoting/protocol/connection_to_host.cc @@ -238,13 +238,6 @@ void ConnectionToHost::OnClientAuthenticated() { // Create and enable the input stub now that we're authenticated. input_stub_.reset(new InputSender(session_->event_channel())); - input_stub_->OnAuthenticated(); - - // Enable control channel stubs. - if (host_stub_.get()) - host_stub_->OnAuthenticated(); - if (client_stub_) - client_stub_->OnAuthenticated(); } ConnectionToHost::State ConnectionToHost::state() const { |