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

Unified Diff: remoting/host/security_key/security_key_auth_handler_mac.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_mac.cc
diff --git a/remoting/host/security_key/security_key_auth_handler_mac.cc b/remoting/host/security_key/security_key_auth_handler_mac.cc
index ac5a15df0b72f0acbf32cc2413063d552d8725da..5bff3442d7344901f6fe2f4933346a71d942a80a 100644
--- a/remoting/host/security_key/security_key_auth_handler_mac.cc
+++ b/remoting/host/security_key/security_key_auth_handler_mac.cc
@@ -10,7 +10,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;
}

Powered by Google App Engine
This is Rietveld 408576698