Chromium Code Reviews| Index: remoting/webapp/host_session.js |
| =================================================================== |
| --- remoting/webapp/host_session.js (revision 278256) |
| +++ remoting/webapp/host_session.js (working copy) |
| @@ -115,3 +115,11 @@ |
| remoting.HostSession.prototype.disconnect = function() { |
| this.hostDispatcher_.disconnect(); |
| }; |
| + |
| + |
| +/** |
| + * @return {void} Nothing. |
| + */ |
| +remoting.HostSession.prototype.cleanup = function() { |
| + this.hostDispatcher_.cleanup(); |
| +}; |