Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: remoting/webapp/crd/js/crd_main.js

Issue 1020743002: [Chromoting] Move app-specific code out of remoting.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 */

Powered by Google App Engine
This is Rietveld 408576698