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

Unified Diff: remoting/webapp/host_list.js

Issue 160963003: Minor cleanups in UI code that gets host state when webapp is stared (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
« no previous file with comments | « remoting/webapp/host_controller.js ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/host_list.js
diff --git a/remoting/webapp/host_list.js b/remoting/webapp/host_list.js
index 9a1fcb8079dd886df5f66beda666c1bcc5f72725..a32ee5d94218fabffb7dc574154ee0a2dd155830 100644
--- a/remoting/webapp/host_list.js
+++ b/remoting/webapp/host_list.js
@@ -80,9 +80,8 @@ remoting.HostList = function(table, noHosts, errorMsg, errorButton,
* @type {remoting.HostController.State}
* @private
*/
- this.localHostState_ = remoting.isMe2MeSupported()
- ? remoting.HostController.State.NOT_INSTALLED
- : remoting.HostController.State.NOT_IMPLEMENTED;
+ this.localHostState_ = remoting.HostController.State.UNKNOWN;
+
/**
* @type {number}
* @private
« no previous file with comments | « remoting/webapp/host_controller.js ('k') | remoting/webapp/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698