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

Unified Diff: remoting/webapp/base/js/host.js

Issue 1217643002: Added HostListApl implementation to connect to legacy directory and GCD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcd-e2e
Patch Set: yet another rewrite of host merging logic Created 5 years, 5 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/base/js/host.js
diff --git a/remoting/webapp/base/js/host.js b/remoting/webapp/base/js/host.js
index ac37fe01c970c0635bc2742d3c7e936fa1830b32..cff06de53fb31215ef64e782cdb3a7216d46fb00 100644
--- a/remoting/webapp/base/js/host.js
+++ b/remoting/webapp/base/js/host.js
@@ -27,7 +27,10 @@ remoting.Host = function(hostId) {
this.hostId = hostId;
/** @type {string} */
this.hostName = '';
- /** @type {string} */
+ /**
+ * Either 'ONLINE' or 'OFFLINE'.
+ * @type {string}
+ */
this.status = '';
/** @type {string} */
this.jabberId = '';

Powered by Google App Engine
This is Rietveld 408576698