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

Unified Diff: remoting/webapp/base/js/wcs_adapter.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/wcs_adapter.js
diff --git a/remoting/webapp/base/js/wcs_adapter.js b/remoting/webapp/base/js/wcs_adapter.js
index b041b89c67d0eb00995ae6306415dd38dfab95f8..061dc541e06adb4aef59607b33e8889d37681ea7 100644
--- a/remoting/webapp/base/js/wcs_adapter.js
+++ b/remoting/webapp/base/js/wcs_adapter.js
@@ -103,10 +103,6 @@ remoting.WcsAdapter.prototype.sendMessage = function(message) {
remoting.wcsSandbox.sendIq(message);
};
-remoting.WcsAdapter.prototype.sendConnectionSetupResults =
- function(logger) {
-};
-
/** @param {string} jid */
remoting.WcsAdapter.prototype.onWcsConnected_ = function(jid) {
this.jid_ = jid;

Powered by Google App Engine
This is Rietveld 408576698