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

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: 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..b6d09505e84a6eac7546b7508c2d1635787a33e1 100644
--- a/remoting/webapp/session_connector_impl.js
+++ b/remoting/webapp/session_connector_impl.js
@@ -274,6 +274,8 @@ remoting.SessionConnectorImpl.prototype.connectIT2Me = function(accessCode) {
// Cancel any existing connect operation.
this.cancel();
+ this.connectSignaling_();
Sergey Ulanov 2014/09/22 18:11:51 connectSignaling_() connects signaling and then st
Jamie 2014/09/22 18:40:05 Acknowledged.
+
var normalizedAccessCode = this.normalizeAccessCode_(accessCode);
if (normalizedAccessCode.length != kAccessCodeLen) {
this.onError_(remoting.Error.INVALID_ACCESS_CODE);
« 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