| Index: remoting/webapp/app_remoting/js/app_remoting_activity.js
|
| diff --git a/remoting/webapp/app_remoting/js/app_remoting_activity.js b/remoting/webapp/app_remoting/js/app_remoting_activity.js
|
| index 19ec51208f6b249e4b49e3cb134b428b1ed21a2b..58ce67cd02cf6a6bdf096948cc659ea55e02071c 100644
|
| --- a/remoting/webapp/app_remoting/js/app_remoting_activity.js
|
| +++ b/remoting/webapp/app_remoting/js/app_remoting_activity.js
|
| @@ -161,7 +161,9 @@ remoting.AppRemotingActivity.prototype.onAppHostResponse_ =
|
| */
|
| remoting.AppRemotingActivity.prototype.onConnected = function(connectionInfo) {
|
| this.connectedView_ = new remoting.AppConnectedView(
|
| - document.getElementById('client-container'), connectionInfo);
|
| + document.getElementById('client-container'),
|
| + connectionInfo,
|
| + this.session_);
|
|
|
| var idleDetector = new remoting.IdleDetector(
|
| document.getElementById('idle-dialog'), this.stop.bind(this));
|
|
|