| Index: remoting/webapp/host_screen.js
|
| diff --git a/remoting/webapp/host_screen.js b/remoting/webapp/host_screen.js
|
| index df36ee63ae42a309940c32e2328232870e4bca02..6dbf5437bd786061b4626df81f561be09dff9085 100644
|
| --- a/remoting/webapp/host_screen.js
|
| +++ b/remoting/webapp/host_screen.js
|
| @@ -121,6 +121,9 @@ function onHostStateChanged_(state) {
|
| } else if (state == remoting.HostSession.State.ERROR) {
|
| console.error('Host plugin state: ERROR');
|
| showShareError_(remoting.Error.UNEXPECTED);
|
| + } else if (state == remoting.HostSession.State.INVALID_DOMAIN_ERROR) {
|
| + console.error('Host plugin state: INVALID_DOMAIN_ERROR');
|
| + showShareError_(remoting.Error.INVALID_HOST_DOMAIN);
|
| } else {
|
| console.error('Unknown state -> ' + state);
|
| }
|
|
|