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

Unified Diff: remoting/webapp/base/js/xmpp_connection.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/xmpp_connection.js
diff --git a/remoting/webapp/base/js/xmpp_connection.js b/remoting/webapp/base/js/xmpp_connection.js
index de0a360e1b48a392586b2c81625a0044a5223685..269053ac71d69c5b2d9a1100974419619d871640 100644
--- a/remoting/webapp/base/js/xmpp_connection.js
+++ b/remoting/webapp/base/js/xmpp_connection.js
@@ -130,10 +130,6 @@ remoting.XmppConnection.prototype.sendMessage = function(message) {
this.sendString_(message);
};
-remoting.XmppConnection.prototype.sendConnectionSetupResults =
- function(logger) {
-};
-
/** @return {remoting.SignalStrategy.State} Current state */
remoting.XmppConnection.prototype.getState = function() {
return this.state_;

Powered by Google App Engine
This is Rietveld 408576698