Chromium Code Reviews| Index: remoting/webapp/me2mom/client_session.js |
| diff --git a/remoting/webapp/me2mom/client_session.js b/remoting/webapp/me2mom/client_session.js |
| index e862afa97ffbc38ab7219acdb0fab7a92092a0b3..d56dc008431c1fd890c79d98c07841fb469f87b1 100644 |
| --- a/remoting/webapp/me2mom/client_session.js |
| +++ b/remoting/webapp/me2mom/client_session.js |
| @@ -202,6 +202,9 @@ remoting.ClientSession.prototype.removePlugin = function() { |
| * @return {void} Nothing. |
| */ |
| remoting.ClientSession.prototype.disconnect = function() { |
| + this.logToServer.logClientSessionStateChange( |
| + remoting.ClientSession.State.CLOSED, |
| + remoting.ClientSession.ConnectionError.NONE); |
|
Jamie
2011/12/02 23:48:26
Please add a comment explaining that we won't get
simonmorris
2011/12/02 23:54:51
Done.
|
| if (remoting.wcs) { |
| remoting.wcs.setOnIq(function(stanza) {}); |
| this.sendIq_( |