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

Unified Diff: remoting/test/it2me_standalone_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/test/it2me_standalone_host.cc
diff --git a/remoting/test/it2me_standalone_host.cc b/remoting/test/it2me_standalone_host.cc
index f18d0053898aaa48d25ce2cb727a5e24d14cab2c..b1f2e73eeb3fd98966634ed7ee6c3a56c35d781b 100644
--- a/remoting/test/it2me_standalone_host.cc
+++ b/remoting/test/it2me_standalone_host.cc
@@ -84,8 +84,8 @@ void It2MeStandaloneHost::StartOutputTimer() {
void It2MeStandaloneHost::Connect() {
session_.reset(new ClientSession(
+ *context_,
&handler_,
- context_->audio_task_runner(),
std::unique_ptr<protocol::ConnectionToClient>(&connection_),
&factory_,
base::TimeDelta(),

Powered by Google App Engine
This is Rietveld 408576698