| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index b85017265cfe95746284d41964bfb80ab2558096..6115ea9ffd37f6f0693331d603db8b072f97be5c 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -34,7 +34,7 @@ ClientSession::ClientSession(
|
| // later and set them only when connection is authenticated.
|
| connection_->set_clipboard_stub(this);
|
| connection_->set_host_stub(this);
|
| - connection_->set_input_stub(&auth_input_filter_);
|
| + connection_->set_input_stub(this);
|
| }
|
|
|
| ClientSession::~ClientSession() {
|
|
|