| Index: remoting/host/local_input_monitor_thread_linux.cc
|
| diff --git a/remoting/host/local_input_monitor_thread_linux.cc b/remoting/host/local_input_monitor_thread_linux.cc
|
| index 2f429d6d6b551d599a6019954f03101d97d3d54d..cae44f158f77e16b5617290b91128f4f80f90afb 100644
|
| --- a/remoting/host/local_input_monitor_thread_linux.cc
|
| +++ b/remoting/host/local_input_monitor_thread_linux.cc
|
| @@ -173,7 +173,7 @@ void LocalInputMonitorThread::LocalKeyPressed(int key_code, bool down) {
|
| } else if (key_sym == XK_Alt_L || key_sym == XK_Alt_R) {
|
| alt_pressed_ = down;
|
| } else if (alt_pressed_ && ctrl_pressed_ && key_sym == XK_Escape && down) {
|
| - host_->Shutdown(NULL);
|
| + host_->Shutdown(base::Closure());
|
| }
|
| }
|
|
|
|
|