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

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

Issue 968463003: Make Chromoting browser tests pass again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « remoting/webapp/crd/js/identity.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/session_connector_impl.js
diff --git a/remoting/webapp/crd/js/session_connector_impl.js b/remoting/webapp/crd/js/session_connector_impl.js
index baf0e431a520a926a1531ba6c8ba092934cccac8..a89fdd4f1946511ee3d00a66378e23f1f0e787b2 100644
--- a/remoting/webapp/crd/js/session_connector_impl.js
+++ b/remoting/webapp/crd/js/session_connector_impl.js
@@ -437,7 +437,7 @@ remoting.SessionConnectorImpl.prototype.connectIT2MeWithToken_ =
method: 'GET',
url: remoting.settings.DIRECTORY_API_BASE_URL + '/support-hosts/' +
encodeURIComponent(hostId),
- onDone: this.onIT2MeHostInfo_.bind(this),
+ onDone: this.onIT2MeHostInfo_.bind(this, hostId),
oauthToken: token
});
};
« no previous file with comments | « remoting/webapp/crd/js/identity.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698