| Index: remoting/host/client_connection.cc
|
| diff --git a/remoting/host/client_connection.cc b/remoting/host/client_connection.cc
|
| index 8c8bc94f03a9df6fee3d1a109ee2d77204b6ba30..57554f402ad2d98708d2e94af2edde70f660ccf0 100644
|
| --- a/remoting/host/client_connection.cc
|
| +++ b/remoting/host/client_connection.cc
|
| @@ -76,6 +76,8 @@ void ClientConnection::Disconnect() {
|
| }
|
| }
|
|
|
| +ClientConnection::ClientConnection() {}
|
| +
|
| void ClientConnection::OnConnectionStateChange(
|
| ChromotingConnection::State state) {
|
| if (state == ChromotingConnection::CONNECTED) {
|
|
|