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

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

Issue 779613003: [Chromoting] Create core Application interface for CRD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move setupConnection into Application Created 6 years 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/event_handlers.js
diff --git a/remoting/webapp/crd/js/event_handlers.js b/remoting/webapp/crd/js/event_handlers.js
index 4348e13934e28b85f37004065354a911023291c7..850f233c02443f2c8df95ad868a1a8f607b5eda7 100644
--- a/remoting/webapp/crd/js/event_handlers.js
+++ b/remoting/webapp/crd/js/event_handlers.js
@@ -36,7 +36,7 @@ remoting.initEventHandlers = function() {
};
var reconnect = function() {
remoting.setMode(remoting.AppMode.CLIENT_CONNECTING);
- remoting.connector.reconnect();
+ remoting.app.getSessionConnector().reconnect();
};
var doAuthRedirect = function() {
if (!base.isAppsV2()) {

Powered by Google App Engine
This is Rietveld 408576698