| 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_;
|
|
|