| Index: remoting/webapp/crd/js/session_connector_impl.js
|
| diff --git a/remoting/webapp/crd/js/session_connector_impl.js b/remoting/webapp/crd/js/session_connector_impl.js
|
| index baf0e431a520a926a1531ba6c8ba092934cccac8..a89fdd4f1946511ee3d00a66378e23f1f0e787b2 100644
|
| --- a/remoting/webapp/crd/js/session_connector_impl.js
|
| +++ b/remoting/webapp/crd/js/session_connector_impl.js
|
| @@ -437,7 +437,7 @@ remoting.SessionConnectorImpl.prototype.connectIT2MeWithToken_ =
|
| method: 'GET',
|
| url: remoting.settings.DIRECTORY_API_BASE_URL + '/support-hosts/' +
|
| encodeURIComponent(hostId),
|
| - onDone: this.onIT2MeHostInfo_.bind(this),
|
| + onDone: this.onIT2MeHostInfo_.bind(this, hostId),
|
| oauthToken: token
|
| });
|
| };
|
|
|