Chromium Code Reviews| Index: remoting/webapp/base/js/application.js |
| diff --git a/remoting/webapp/base/js/application.js b/remoting/webapp/base/js/application.js |
| index 82b64534c4a50a56a79271531acecc8fbb2c3b4e..77d6ff0a9ef10d1737ae31610b6945fe664b2ca2 100644 |
| --- a/remoting/webapp/base/js/application.js |
| +++ b/remoting/webapp/base/js/application.js |
| @@ -219,8 +219,7 @@ remoting.Application.prototype.onClientStateChange_ = function(state) { |
| base.dispose(this.sessionConnectedHooks_); |
| this.sessionConnectedHooks_= null; |
| - remoting.clientSession.dispose(); |
| - remoting.clientSession = null; |
| + this.sessionConnector_.removePlugin(); |
|
garykac
2015/03/18 20:13:14
This doesn't just remove the plugin - it frees the
kelvinp
2015/03/18 20:43:36
Done.
|
| }; |
| /** @private */ |