| Index: remoting/protocol/connection_to_client.cc
|
| diff --git a/remoting/protocol/connection_to_client.cc b/remoting/protocol/connection_to_client.cc
|
| index 4219cc9dda9ff3c1184e0b70cc5157d5307b90cb..e247770d366cbec51c7fa168ce08499de7eddafe 100644
|
| --- a/remoting/protocol/connection_to_client.cc
|
| +++ b/remoting/protocol/connection_to_client.cc
|
| @@ -157,7 +157,7 @@ void ConnectionToClient::NotifyIfChannelsReady() {
|
|
|
| void ConnectionToClient::CloseOnError() {
|
| CloseChannels();
|
| - handler_->OnConnectionFailed(this);
|
| + handler_->OnConnectionFailed(this, session_->error());
|
| }
|
|
|
| void ConnectionToClient::CloseChannels() {
|
|
|