Chromium Code Reviews| Index: remoting/webapp/base/js/client_session.js |
| diff --git a/remoting/webapp/base/js/client_session.js b/remoting/webapp/base/js/client_session.js |
| index db13e65fa54a9ad382909f79cfab4103d5de8436..ff4c737a6120b6d30a5b917d03678fadf40242c1 100644 |
| --- a/remoting/webapp/base/js/client_session.js |
| +++ b/remoting/webapp/base/js/client_session.js |
| @@ -604,4 +604,3 @@ remoting.ClientSession.prototype.reportStatistics = function() { |
| remoting.ClientSession.prototype.logHostOfflineErrors = function(enable) { |
| this.logHostOfflineErrors_ = enable; |
| }; |
|
kelvinp
2015/05/14 21:54:57
Unintended removal of blank line
Jamie
2015/05/15 00:26:22
It was unintended (I think Emacs cleans up this so
|
| - |