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

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

Issue 8587050: Implement rename and delete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « remoting/webapp/me2mom/host_table_entry.js ('k') | remoting/webapp/me2mom/xhr.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/ui_mode.js
diff --git a/remoting/webapp/me2mom/ui_mode.js b/remoting/webapp/me2mom/ui_mode.js
index 7e00c5624ab35a608401759095834e6c065ebbf0..db18317532114f503c43d206ddf2fc5298eb6294 100644
--- a/remoting/webapp/me2mom/ui_mode.js
+++ b/remoting/webapp/me2mom/ui_mode.js
@@ -68,7 +68,7 @@ remoting.setMode = function(mode) {
document.addEventListener('keydown', remoting.DebugLog.onKeydown, false);
}
if (mode == remoting.AppMode.HOME) {
- remoting.refreshHostList();
+ remoting.hostList.refresh();
}
};
« no previous file with comments | « remoting/webapp/me2mom/host_table_entry.js ('k') | remoting/webapp/me2mom/xhr.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698