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

Unified Diff: remoting/webapp/base/js/log_to_server.js

Issue 1285213006: Send connection setup results using XHRs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: remoting/webapp/base/js/log_to_server.js
diff --git a/remoting/webapp/base/js/log_to_server.js b/remoting/webapp/base/js/log_to_server.js
index 4e456bf0689f69d7af3c6b8eb5b660617456eee6..0a1cbbf20762e87152f1c8219e4cda782729018b 100644
--- a/remoting/webapp/base/js/log_to_server.js
+++ b/remoting/webapp/base/js/log_to_server.js
@@ -42,7 +42,6 @@ remoting.LogToServer = function(signalStrategy, opt_isHost) {
this.role_ = opt_isHost ? 'host' : 'client';
this.setSessionId();
- signalStrategy.sendConnectionSetupResults(this);
};
// Constants used for generating a session ID.

Powered by Google App Engine
This is Rietveld 408576698