| Index: remoting/protocol/connection_to_host.cc
|
| diff --git a/remoting/protocol/connection_to_host.cc b/remoting/protocol/connection_to_host.cc
|
| index dd212207cce56e75492003eb23ef771ad7fc3b64..105ccba1e8dcc1541cd73294c25d8eac95658b09 100644
|
| --- a/remoting/protocol/connection_to_host.cc
|
| +++ b/remoting/protocol/connection_to_host.cc
|
| @@ -160,6 +160,7 @@ void ConnectionToHost::OnSessionStateChange(
|
| switch (state) {
|
| case Session::INITIALIZING:
|
| case Session::CONNECTING:
|
| + case Session::ACCEPTING:
|
| case Session::CONNECTED:
|
| // Don't care about these events.
|
| break;
|
|
|