 Chromium Code Reviews
 Chromium Code Reviews Issue 1020743002:
  [Chromoting] Move app-specific code out of remoting.js  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1020743002:
  [Chromoting] Move app-specific code out of remoting.js  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: remoting/webapp/crd/js/crd_main.js | 
| diff --git a/remoting/webapp/crd/js/crd_main.js b/remoting/webapp/crd/js/crd_main.js | 
| index 2f7b03f755590e84ba44219f9b7611c21922189c..5d792366500353d3c58df1f4d52885778ebdb458 100644 | 
| --- a/remoting/webapp/crd/js/crd_main.js | 
| +++ b/remoting/webapp/crd/js/crd_main.js | 
| @@ -17,7 +17,8 @@ remoting.initHostlist_ = function() { | 
| document.getElementById('host-list-empty'), | 
| document.getElementById('host-list-error-message'), | 
| document.getElementById('host-list-refresh-failed-button'), | 
| - document.getElementById('host-list-loading-indicator')); | 
| + document.getElementById('host-list-loading-indicator'), | 
| + remoting.app.onAuthError.bind(remoting.app)); | 
| 
kelvinp
2015/03/19 17:50:20
This is a bit misleading as the error that the hos
 
garykac
2015/03/19 21:58:38
Done.
 | 
| isHostModeSupported_().then( | 
| /** @param {Boolean} supported */ |