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

Unified Diff: remoting/host/security_key/security_key_auth_handler_win_unittest.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_win_unittest.cc
diff --git a/remoting/host/security_key/security_key_auth_handler_win_unittest.cc b/remoting/host/security_key/security_key_auth_handler_win_unittest.cc
index 8f52476f16138907754f8127392e5fc97e4d1117..af5c5b8c3d2d91a1e2439e4c9b08382b1276d789 100644
--- a/remoting/host/security_key/security_key_auth_handler_win_unittest.cc
+++ b/remoting/host/security_key/security_key_auth_handler_win_unittest.cc
@@ -122,7 +122,8 @@ SecurityKeyAuthHandlerWinTest::SecurityKeyAuthHandlerWinTest()
auth_handler_ = remoting::SecurityKeyAuthHandler::Create(
&mock_client_session_details_,
base::Bind(&SecurityKeyAuthHandlerWinTest::SendMessageToClient,
- base::Unretained(this)));
+ base::Unretained(this)),
+ /*file_task_runner=*/nullptr);
}
SecurityKeyAuthHandlerWinTest::~SecurityKeyAuthHandlerWinTest() {}
« no previous file with comments | « remoting/host/security_key/security_key_auth_handler_win.cc ('k') | remoting/host/security_key/security_key_extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698