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

Unified Diff: remoting/test/protocol_perftest.cc

Issue 1800893002: Enable TURN on the host when using WebRTC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« remoting/host/it2me/it2me_host.cc ('K') | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/protocol_perftest.cc
diff --git a/remoting/test/protocol_perftest.cc b/remoting/test/protocol_perftest.cc
index 355a5af3ff0f83226169eb98850cffb555086048..a1e5298e206425a1953c225e3e5b05d37125f6f5 100644
--- a/remoting/test/protocol_perftest.cc
+++ b/remoting/test/protocol_perftest.cc
@@ -333,7 +333,7 @@ class ProtocolPerfTest
// else.
host_.reset(new ChromotingHost(
&desktop_environment_factory_, std::move(session_manager),
- transport_context, host_thread_.task_runner(),
+ transport_context, transport_context, host_thread_.task_runner(),
garykac 2016/03/15 00:13:16 Shouldn't there be separate ice_ and _webrtc_ tran
Sergey Ulanov 2016/03/15 20:17:31 Reverted this. There is no reason to use a differe
encode_thread_.task_runner()));
base::FilePath certs_dir(net::GetTestCertsDirectory());
« remoting/host/it2me/it2me_host.cc ('K') | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698