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 d270cc9f989c953b75d47f41ecd35ea5e7f6494f..efe8859e7957d833f01d604cc2a13f6e972f55b8 100644 |
| --- a/remoting/webapp/base/js/application.js |
| +++ b/remoting/webapp/base/js/application.js |
| @@ -124,7 +124,6 @@ remoting.Application.prototype.disconnect = function() { |
| * @return {void} Nothing. |
| */ |
| remoting.Application.prototype.onConnected = function(clientSession) { |
| - remoting.clientSession = clientSession; |
|
garykac
2015/03/06 00:45:04
This global is managed in SessionConnector.
|
| this.sessionConnectedHooks_ = new base.Disposables( |
| new base.EventHook( |
| clientSession, 'stateChanged', this.onClientStateChange_.bind(this)), |