Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: remoting/webapp/crd/js/desktop_remoting_activity.js

Issue 1103913002: Start logging host-version info in the Chromoting client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/crd/js/log_to_server.js » ('j') | remoting/webapp/crd/js/log_to_server.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
});
};
« no previous file with comments | « no previous file | remoting/webapp/crd/js/log_to_server.js » ('j') | remoting/webapp/crd/js/log_to_server.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698