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

Unified Diff: remoting/webapp/session_connector_impl.js

Issue 592163002: Fix IT2Me. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback. Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/session_connector_impl.js
diff --git a/remoting/webapp/session_connector_impl.js b/remoting/webapp/session_connector_impl.js
index b571be050f1920f95038f41d25a6ec047fd39e2c..5557387e3fd91f1aed97465448d16f84bff50f55 100644
--- a/remoting/webapp/session_connector_impl.js
+++ b/remoting/webapp/session_connector_impl.js
@@ -428,7 +428,7 @@ remoting.SessionConnectorImpl.prototype.onIT2MeHostInfo_ = function(xhr) {
this.hostJid_ = host.data.jabberId;
this.hostPublicKey_ = host.data.publicKey;
this.hostDisplayName_ = this.hostJid_.split('/')[0];
- this.createSession_();
+ this.connectSignaling_();
return;
} else {
console.error('Invalid "support-hosts" response from server.');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698