Chromium Code Reviews| 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); |
|
anandc
2015/04/24 19:54:27
This only works for me2me hosts. IT2Me hosts curre
Jamie
2015/04/24 20:34:02
As long as we clear the host version for IT2Me (ra
anandc
2015/04/24 21:36:35
https://code.google.com/p/chromium/issues/detail?i
|
| session.connect(host, credentialsProvider); |
| }); |
| }; |