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

Unified Diff: remoting/webapp/me2mom/remoting.js

Issue 8568038: Create HostList class to facilitate future work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/me2mom/remoting.js
diff --git a/remoting/webapp/me2mom/remoting.js b/remoting/webapp/me2mom/remoting.js
index 9fb2639830c6166c137f50dbb3f5e7d71a306269..8dead6e44c7a901e9d2986e6dcc7ddd723bdf34a 100644
--- a/remoting/webapp/me2mom/remoting.js
+++ b/remoting/webapp/me2mom/remoting.js
@@ -37,6 +37,9 @@ remoting.init = function() {
remoting.debug = new remoting.DebugLog(
document.getElementById('debug-messages'),
document.getElementById('statistics'));
+ remoting.hostList = new remoting.HostList(
+ document.getElementById('host-list'),
+ document.getElementById('host-list-error'));
refreshEmail_();
var email = remoting.oauth2.getCachedEmail();
« remoting/webapp/me2mom/home_screen.js ('K') | « remoting/webapp/me2mom/host_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698