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

Unified Diff: remoting/host/disconnect_window_gtk.cc

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_gtk.cc
diff --git a/remoting/host/disconnect_window_gtk.cc b/remoting/host/disconnect_window_gtk.cc
index 3a58d35e25827ced91c3f2d2e4256afeb51d92bc..06e171b0de2250ba64d5c4465d373a8074193239 100644
--- a/remoting/host/disconnect_window_gtk.cc
+++ b/remoting/host/disconnect_window_gtk.cc
@@ -56,6 +56,7 @@ DisconnectWindowGtk::DisconnectWindowGtk()
}
DisconnectWindowGtk::~DisconnectWindowGtk() {
+ Hide();
}
void DisconnectWindowGtk::CreateWindow(const UiStrings& ui_strings) {

Powered by Google App Engine
This is Rietveld 408576698