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

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

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_android.cc
diff --git a/remoting/host/security_key/security_key_auth_handler_android.cc b/remoting/host/security_key/security_key_auth_handler_android.cc
index d968b5f754ef4f16e24535b30ddfda1a9e82ed63..86c6fe9b1fa41e2c3079ba99315c0b9716dc5636 100644
--- a/remoting/host/security_key/security_key_auth_handler_android.cc
+++ b/remoting/host/security_key/security_key_auth_handler_android.cc
@@ -8,7 +8,8 @@ namespace remoting {
std::unique_ptr<SecurityKeyAuthHandler> SecurityKeyAuthHandler::Create(
ClientSessionDetails* client_session_details,
- const SendMessageCallback& send_message_callback) {
+ const SendMessageCallback& send_message_callback,
+ scoped_refptr<base::SingleThreadTaskRunner> file_task_runner) {
return nullptr;
}
« no previous file with comments | « remoting/host/security_key/security_key_auth_handler.h ('k') | remoting/host/security_key/security_key_auth_handler_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698