Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: remoting/host/security_key/security_key_message_handler.cc

Issue 2478443002: Use ChannelMojo for remote security key channels. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698