| Index: remoting/webapp/crd/js/host_session.js
|
| diff --git a/remoting/webapp/crd/js/host_session.js b/remoting/webapp/crd/js/host_session.js
|
| index 1736dadd82825e250a417fef44a32f1d763d2108..2f37df6a3acfdad9cfa680f1bed3cd25b3fda7ab 100644
|
| --- a/remoting/webapp/crd/js/host_session.js
|
| +++ b/remoting/webapp/crd/js/host_session.js
|
| @@ -25,8 +25,8 @@ remoting.HostSession = function() {
|
| this.hostFacade_ = null;
|
| };
|
|
|
| -// Note that these values are copied directly from host_script_object.h and
|
| -// must be kept in sync.
|
| +// Note that these values are copied directly from it2me_host.h and must be kept
|
| +// in sync.
|
| /** @enum {number} */
|
| remoting.HostSession.State = {
|
| UNKNOWN: -1,
|
| @@ -37,7 +37,8 @@ remoting.HostSession.State = {
|
| CONNECTED: 4,
|
| DISCONNECTING: 5,
|
| ERROR: 6,
|
| - INVALID_DOMAIN_ERROR: 7
|
| + INVALID_DOMAIN_ERROR: 7,
|
| + CONNECTING: 8,
|
| };
|
|
|
| remoting.HostSession.prototype.dispose = function() {
|
|
|