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

Unified Diff: remoting/host/security_key/security_key_auth_handler.h

Issue 2202733004: Renaming Linux security key auth handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/host/security_key/security_key_auth_handler_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/security_key/security_key_auth_handler.h
diff --git a/remoting/host/security_key/security_key_auth_handler.h b/remoting/host/security_key/security_key_auth_handler.h
index fcae2dbcfc4515801891976df70e70ad95d9ca2e..298abba0e30050d20f872aafdc93639e6083a981 100644
--- a/remoting/host/security_key/security_key_auth_handler.h
+++ b/remoting/host/security_key/security_key_auth_handler.h
@@ -41,11 +41,11 @@ class SecurityKeyAuthHandler {
const SendMessageCallback& send_message_callback,
scoped_refptr<base::SingleThreadTaskRunner> file_task_runner);
-#if defined(OS_LINUX)
+#if defined(OS_POSIX)
// Specify the name of the socket to listen to security key requests on.
static void SetSecurityKeySocketName(
const base::FilePath& security_key_socket_name);
-#endif // defined(OS_LINUX)
+#endif // defined(OS_POSIX)
// Sets the callback used to send messages to the client.
virtual void SetSendMessageCallback(const SendMessageCallback& callback) = 0;
« no previous file with comments | « remoting/host/BUILD.gn ('k') | remoting/host/security_key/security_key_auth_handler_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698