| Index: remoting/host/continue_window_linux.cc
|
| diff --git a/remoting/host/continue_window_linux.cc b/remoting/host/continue_window_linux.cc
|
| index 431144d4eb74dba7f2ae861f28c2a6404bce3027..ddd959c88983d2fe7b063b6b6ce635de055ffdc0 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();
|
| }
|
|
|