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_auth_handler.h

Issue 2168303003: Removing 'AllowScopedIO' exception from SecurityKeyAuthHandlerLinux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@temp_dir
Patch Set: Fixing some comments 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
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 f43e1aad2647f441b9fc9644ff0d56543b91dea6..fcae2dbcfc4515801891976df70e70ad95d9ca2e 100644
--- a/remoting/host/security_key/security_key_auth_handler.h
+++ b/remoting/host/security_key/security_key_auth_handler.h
@@ -9,10 +9,12 @@
#include <string>
#include "base/callback.h"
+#include "base/memory/ref_counted.h"
#include "base/time/time.h"
namespace base {
class FilePath;
+class SingleThreadTaskRunner;
} // namespace base
namespace remoting {
@@ -36,7 +38,8 @@ class SecurityKeyAuthHandler {
// |client_session_details| will be valid until this instance is destroyed.
static std::unique_ptr<SecurityKeyAuthHandler> Create(
ClientSessionDetails* client_session_details,
- const SendMessageCallback& send_message_callback);
+ const SendMessageCallback& send_message_callback,
+ scoped_refptr<base::SingleThreadTaskRunner> file_task_runner);
#if defined(OS_LINUX)
// Specify the name of the socket to listen to security key requests on.
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('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