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

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

Issue 952353002: Requiem for client_screen.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + Ready for Check-in 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
« no previous file with comments | « remoting/webapp/crd/js/fullscreen.js ('k') | remoting/webapp/crd/js/toolbar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/smart_reconnector.js
diff --git a/remoting/webapp/crd/js/smart_reconnector.js b/remoting/webapp/crd/js/smart_reconnector.js
index ed76ac6f49e177bdc5603ab63edaf7a5916bc08e..0af721097b99f50be58371a217f3fb950588af67 100644
--- a/remoting/webapp/crd/js/smart_reconnector.js
+++ b/remoting/webapp/crd/js/smart_reconnector.js
@@ -68,7 +68,7 @@ remoting.SmartReconnector.kConnectionTimeout = 10000;
remoting.SmartReconnector.prototype = {
reconnect_: function() {
this.cancelPending_();
- remoting.disconnect();
+ remoting.app.disconnect();
remoting.setMode(remoting.AppMode.CLIENT_CONNECTING);
this.connector_.reconnect();
},
« no previous file with comments | « remoting/webapp/crd/js/fullscreen.js ('k') | remoting/webapp/crd/js/toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698