Index: remoting/webapp/crd/js/window_frame.js |
diff --git a/remoting/webapp/crd/js/window_frame.js b/remoting/webapp/crd/js/window_frame.js |
index 5e6a841fd65fa2f74dc87a0d49f0b1aa44f50c8a..f6897599cce86eee82aa14a962bd56b5d1bb0348 100644 |
--- a/remoting/webapp/crd/js/window_frame.js |
+++ b/remoting/webapp/crd/js/window_frame.js |
@@ -150,7 +150,7 @@ remoting.WindowFrame.prototype.disconnectSession_ = function() { |
if (chrome.app.window.current().isFullscreen()) { |
chrome.app.window.current().restore(); |
} |
- remoting.disconnect(); |
+ remoting.app.disconnect(); |
}; |
/** |