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

Unified Diff: remoting/protocol/connection_unittest.cc

Issue 1846893002: Interface with webrtc through encoded frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sergey comment Created 4 years, 8 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/protocol/BUILD.gn ('k') | remoting/protocol/video_frame_pump.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/connection_unittest.cc
diff --git a/remoting/protocol/connection_unittest.cc b/remoting/protocol/connection_unittest.cc
index f2a5d8cc32824af45be56aed911006c2ae5d45ec..6e96e3bcb46d32d061601908f2a992f13ba6a795 100644
--- a/remoting/protocol/connection_unittest.cc
+++ b/remoting/protocol/connection_unittest.cc
@@ -104,7 +104,8 @@ class ConnectionTest : public testing::Test,
if (is_using_webrtc()) {
host_connection_.reset(new WebrtcConnectionToClient(
base::WrapUnique(host_session_),
- TransportContext::ForTests(protocol::TransportRole::SERVER)));
+ TransportContext::ForTests(protocol::TransportRole::SERVER),
+ message_loop_.task_runner()));
client_connection_.reset(new WebrtcConnectionToHost());
} else {
« no previous file with comments | « remoting/protocol/BUILD.gn ('k') | remoting/protocol/video_frame_pump.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698