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

Unified Diff: remoting/host/it2me/it2me_host.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/it2me/it2me_host.cc
diff --git a/remoting/host/it2me/it2me_host.cc b/remoting/host/it2me/it2me_host.cc
index f3a32a2d104578991fdbc4d9a9c4bc09722de6d3..9c3db3a8bf3de157efe525c38c900648ad730390 100644
--- a/remoting/host/it2me/it2me_host.cc
+++ b/remoting/host/it2me/it2me_host.cc
@@ -257,7 +257,7 @@ void It2MeHost::FinishConnect() {
// Create the host.
host_.reset(new ChromotingHost(desktop_environment_factory_.get(),
std::move(session_manager), transport_context,
- host_context_->audio_task_runner(),
+ nullptr, host_context_->audio_task_runner(),
host_context_->video_encode_task_runner()));
host_->AddStatusObserver(this);
host_status_logger_.reset(

Powered by Google App Engine
This is Rietveld 408576698