| Index: remoting/host/security_key/security_key_message_handler.cc
 | 
| diff --git a/remoting/host/security_key/security_key_message_handler.cc b/remoting/host/security_key/security_key_message_handler.cc
 | 
| index 1617f89d30457aa96fc4c9b9ea85588f781a06d5..2c0948d58b25b746885498f38ce774e070417575 100644
 | 
| --- a/remoting/host/security_key/security_key_message_handler.cc
 | 
| +++ b/remoting/host/security_key/security_key_message_handler.cc
 | 
| @@ -121,7 +121,7 @@ void SecurityKeyMessageHandler::HandleConnectRequest(
 | 
|      return;
 | 
|    }
 | 
|  
 | 
| -  if (ipc_client_->WaitForSecurityKeyIpcServerChannel()) {
 | 
| +  if (ipc_client_->CheckForSecurityKeyIpcServerChannel()) {
 | 
|      // If we find an IPC server, then attempt to establish a connection.
 | 
|      ipc_client_->EstablishIpcConnection(
 | 
|          base::Bind(&SecurityKeyMessageHandler::HandleIpcConnectionChange,
 | 
| 
 |