diff options
Diffstat (limited to 'remoting/host/continue_window_linux.cc')
-rw-r--r-- | remoting/host/continue_window_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/continue_window_linux.cc b/remoting/host/continue_window_linux.cc index 431144d..ddd959c 100644 --- a/remoting/host/continue_window_linux.cc +++ b/remoting/host/continue_window_linux.cc @@ -97,7 +97,7 @@ void ContinueWindowLinux::OnResponse(GtkWidget* dialog, int response_id) { if (response_id == GTK_RESPONSE_OK) { host_->PauseSession(false); } else { - host_->Shutdown(NULL); + host_->Shutdown(base::Closure()); } Hide(); } |