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

Unified Diff: remoting/host/remoting_me2me_host.cc

Issue 2080723008: [Chromoting] Use device::PowerSaveBlocker to block screen saver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments Created 4 years, 6 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/remoting_me2me_host.cc
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc
index dd5e5fc8af3822341a54e20f43afcc882367729c..e8c7a9bef66ec110ccb6acb80ff06321c8aa0f99 100644
--- a/remoting/host/remoting_me2me_host.cc
+++ b/remoting/host/remoting_me2me_host.cc
@@ -1453,8 +1453,7 @@ void HostProcess::StartHost() {
host_.reset(new ChromotingHost(desktop_environment_factory_.get(),
std::move(session_manager), transport_context,
- context_->audio_task_runner(),
- context_->video_encode_task_runner()));
+ *context_));
if (gnubby_auth_policy_enabled_ && gnubby_extension_supported_) {
host_->AddExtension(base::WrapUnique(new GnubbyExtension()));

Powered by Google App Engine
This is Rietveld 408576698