| Index: remoting/webapp/app_remoting/js/app_connected_view.js
|
| diff --git a/remoting/webapp/app_remoting/js/app_connected_view.js b/remoting/webapp/app_remoting/js/app_connected_view.js
|
| index 0ba7b577d202e99441d286204370caae2ccd1fd2..0ae1a0faaa09f334629f4c07a6bfa66899bff516 100644
|
| --- a/remoting/webapp/app_remoting/js/app_connected_view.js
|
| +++ b/remoting/webapp/app_remoting/js/app_connected_view.js
|
| @@ -50,8 +50,8 @@ remoting.AppConnectedView = function(containerElement, connectionInfo) {
|
| new remoting.ContextMenuDom(document.getElementById('context-menu'));
|
| }
|
|
|
| - this.contextMenu_ =
|
| - new remoting.ApplicationContextMenu(menuAdapter, this.plugin_);
|
| + this.contextMenu_ = new remoting.ApplicationContextMenu(
|
| + menuAdapter, this.plugin_, connectionInfo.session());
|
| this.contextMenu_.setHostId(connectionInfo.host().hostId);
|
|
|
| /** @private */
|
|
|