| Index: remoting/webapp/crd/js/desktop_remoting_activity.js
|
| diff --git a/remoting/webapp/crd/js/desktop_remoting_activity.js b/remoting/webapp/crd/js/desktop_remoting_activity.js
|
| index f9614032888818e4e30b5d30aa7c7eda9c5f6b4d..22dc6775047216dba1f449d84479e9a9a15f325c 100644
|
| --- a/remoting/webapp/crd/js/desktop_remoting_activity.js
|
| +++ b/remoting/webapp/crd/js/desktop_remoting_activity.js
|
| @@ -47,6 +47,7 @@ remoting.DesktopRemotingActivity.prototype.start =
|
| function(/** remoting.ClientSession */ session) {
|
| that.session_ = session;
|
| session.logHostOfflineErrors(!opt_suppressOfflineError);
|
| + session.getLogger().setHostVersion(host.hostVersion);
|
| session.connect(host, credentialsProvider);
|
| });
|
| };
|
|
|