Index: remoting/protocol/connection_to_host.cc |
diff --git a/remoting/protocol/connection_to_host.cc b/remoting/protocol/connection_to_host.cc |
index 50a59d983bf63988ce8ae76b9e45a285ecb261d4..2f70af4f46499397b978164798ebe6951335140e 100644 |
--- a/remoting/protocol/connection_to_host.cc |
+++ b/remoting/protocol/connection_to_host.cc |
@@ -199,6 +199,7 @@ void ConnectionToHost::OnSessionStateChange( |
CloseOnError(INCOMPATIBLE_PROTOCOL); |
break; |
case Session::CHANNEL_CONNECTION_ERROR: |
+ case Session::UNKNOWN_ERROR: |
CloseOnError(NETWORK_FAILURE); |
break; |
case Session::OK: |