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

Unified Diff: remoting/host/disconnect_window_mac.mm

Issue 11583023: Give DisconnectWindow some TLC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/host/disconnect_window_mac.mm
diff --git a/remoting/host/disconnect_window_mac.mm b/remoting/host/disconnect_window_mac.mm
index a7b47c25f9f35b0c0a18f50ac3077461ecf77317..1f504a3a1dda96317971802adf7c39302ba9b6dd 100644
--- a/remoting/host/disconnect_window_mac.mm
+++ b/remoting/host/disconnect_window_mac.mm
@@ -40,7 +40,7 @@ DisconnectWindowMac::DisconnectWindowMac()
}
DisconnectWindowMac::~DisconnectWindowMac() {
- [window_controller_ close];
+ Hide();
}
bool DisconnectWindowMac::Show(const UiStrings& ui_strings,

Powered by Google App Engine
This is Rietveld 408576698