From 970fb675f98ba3f0a243d1f9f0e9ab8b15f7ac45 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Mon, 20 Jun 2011 20:54:47 +0000 Subject: Cleanups in the host shutdown logic and some minor fixes. - replaced me2mom with it2me, - Remove refcounting in HostStatusObserver, - Cleanup shutdown logic in ChromotingHost, - Cleanup shutdown logic in host plugin, particularly it now uses main host thread instead of the plugin thread to start/stop the host. BUG=None TEST=Don't crash when closing a tab. Review URL: http://codereview.chromium.org/7182005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89728 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/host/disconnect_window_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoting/host/disconnect_window_win.cc') diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc index 80bc9d4..09f6b16 100644 --- a/remoting/host/disconnect_window_win.cc +++ b/remoting/host/disconnect_window_win.cc @@ -98,7 +98,7 @@ BOOL DisconnectWindowWin::OnDialogMessage(HWND hwnd, UINT msg, case IDC_DISCONNECT: { CHECK(host_); - host_->Shutdown(); + host_->Shutdown(NULL); EndDialog(hwnd, LOWORD(wParam)); hwnd_ = NULL; } -- cgit v1.1