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

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

Issue 952353002: Requiem for client_screen.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: remoting/webapp/crd/js/toolbar.js
diff --git a/remoting/webapp/crd/js/toolbar.js b/remoting/webapp/crd/js/toolbar.js
index 95113aa3427fefee2cd0c17b861ddd58a62b2761..366f4257b1374c0c761ba1cf3643f7d6d48bbc31 100644
--- a/remoting/webapp/crd/js/toolbar.js
+++ b/remoting/webapp/crd/js/toolbar.js
@@ -63,7 +63,7 @@ remoting.Toolbar = function(toolbar) {
window.addEventListener('mousemove', remoting.Toolbar.onMouseMove, false);
window.addEventListener('resize', this.center.bind(this), false);
- registerEventListener('toolbar-disconnect', 'click', remoting.disconnect);
+ registerEventListener('toolbar-disconnect', 'click', remoting.app.disconnect);
Jamie 2015/03/04 01:06:54 bind?
kelvinp 2015/03/04 21:02:21 Done.
registerEventListener('toolbar-stub', 'click',
function() { remoting.toolbar.toggle(); });

Powered by Google App Engine
This is Rietveld 408576698