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

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

Issue 814133007: [Chromoting] Re-add call to chrome.app.window.current().close() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/client_screen.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/client_session.js
diff --git a/remoting/webapp/crd/js/client_session.js b/remoting/webapp/crd/js/client_session.js
index cd4f2e77b78d93197cf6b999ebd24d69ba2af6ea..8c54cb743eedce5e197e53a30c940b372b61cf1a 100644
--- a/remoting/webapp/crd/js/client_session.js
+++ b/remoting/webapp/crd/js/client_session.js
@@ -667,7 +667,6 @@ remoting.ClientSession.prototype.disconnect = function(error) {
this.logToServer.logClientSessionStateChange(state, error);
this.error_ = error;
this.setState_(state);
- remoting.app.onDisconnected();
};
/**
« no previous file with comments | « remoting/webapp/crd/js/client_screen.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698