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

Unified Diff: remoting/host/chromoting_host_unittest.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
Index: remoting/host/chromoting_host_unittest.cc
diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
index 1b94ed57398ef9fc1798307a80a3d7880d9daa19..6d4201d5b3e7d73ce1eb1028ccf1b7b686366119 100644
--- a/remoting/host/chromoting_host_unittest.cc
+++ b/remoting/host/chromoting_host_unittest.cc
@@ -66,6 +66,7 @@ class ChromotingHostTest : public testing::Test {
host_.reset(new ChromotingHost(
desktop_environment_factory_.get(), make_scoped_ptr(session_manager_),
protocol::TransportContext::ForTests(protocol::TransportRole::SERVER),
+ nullptr,
garykac 2016/03/15 00:13:16 Can you make this non-null and add some tests here
Sergey Ulanov 2016/03/15 20:17:31 Removed this parameter
task_runner_, // Audio
task_runner_)); // Video encode
host_->AddStatusObserver(&host_status_observer_);

Powered by Google App Engine
This is Rietveld 408576698