| Index: remoting/webapp/client_screen.js
|
| diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js
|
| index 37c7b65245d3f67c0588572462a4aa170ceb74ab..52716863c3d45eee41da8d262b184ccb182137df 100644
|
| --- a/remoting/webapp/client_screen.js
|
| +++ b/remoting/webapp/client_screen.js
|
| @@ -237,6 +237,9 @@ function onClientStateChange_(oldState, newState) {
|
| } else if (remoting.clientSession.error ==
|
| remoting.ClientSession.ConnectionError.NETWORK_FAILURE) {
|
| showConnectError_(remoting.Error.NETWORK_FAILURE);
|
| + } else if (remoting.clientSession.error ==
|
| + remoting.ClientSession.ConnectionError.HOST_IS_DISABLED) {
|
| + showConnectError_(remoting.Error.HOST_IS_DISABLED);
|
| } else {
|
| showConnectError_(remoting.Error.GENERIC);
|
| }
|
|
|