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

Unified Diff: remoting/webapp/app_remoting/js/app_remoting.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/app_remoting/js/app_remoting.js
diff --git a/remoting/webapp/app_remoting/js/app_remoting.js b/remoting/webapp/app_remoting/js/app_remoting.js
index 636b4200c03288d5cacfa07152b281b87004baad..b81f4679c3ebfcc130506fc3067ccdad7ee2bcbc 100644
--- a/remoting/webapp/app_remoting/js/app_remoting.js
+++ b/remoting/webapp/app_remoting/js/app_remoting.js
@@ -144,7 +144,7 @@ remoting.AppRemoting.prototype.init = function(connector) {
var idleDetector = new remoting.IdleDetector(
document.getElementById('idle-dialog'),
- remoting.disconnect);
+ remoting.app.disconnect);
Jamie 2015/03/04 01:06:54 bind?
kelvinp 2015/03/04 21:02:20 Done.
/**
* @param {string} tokenUrl Token-issue URL received from the host.

Powered by Google App Engine
This is Rietveld 408576698