| Index: remoting/webapp/crd/js/desktop_remoting.js
|
| diff --git a/remoting/webapp/crd/js/desktop_remoting.js b/remoting/webapp/crd/js/desktop_remoting.js
|
| index a8b1cf2858d2cedb51c3ea4a589e4ae8d176fd64..39dfe5649040411f7f544cdbb8e2c6fa66d456dd 100644
|
| --- a/remoting/webapp/crd/js/desktop_remoting.js
|
| +++ b/remoting/webapp/crd/js/desktop_remoting.js
|
| @@ -209,7 +209,7 @@ remoting.DesktopRemoting.prototype.disconnect_ = function() {
|
| remoting.DesktopRemoting.prototype.connectMe2Me_ = function(hostId) {
|
| var host = remoting.hostList.getHostForId(hostId);
|
| base.dispose(this.activity_);
|
| - this.activity_ = new remoting.Me2MeActivity(host);
|
| + this.activity_ = new remoting.Me2MeActivity(host, remoting.hostList);
|
| this.activity_.start();
|
| };
|
|
|
|
|