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

Unified Diff: remoting/host/desktop_process.cc

Issue 2529533003: Pass DesktopEnvironmentOptions form network to desktop process. (Closed)
Patch Set: Created 4 years, 1 month 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/desktop_process.cc
diff --git a/remoting/host/desktop_process.cc b/remoting/host/desktop_process.cc
index e7cdb182db985cfa6314ef8df3bb92e125a9f64a..3b2ae574dbaca891ee00bcda90f810669bca55dd 100644
--- a/remoting/host/desktop_process.cc
+++ b/remoting/host/desktop_process.cc
@@ -139,9 +139,9 @@ bool DesktopProcess::Start(
#endif // !defined(OS_WIN)
// Create a desktop agent.
- desktop_agent_ = new DesktopSessionAgent(
- audio_task_runner, caller_task_runner_, input_task_runner_,
- io_task_runner_, DesktopEnvironmentOptions::CreateDefault());
+ desktop_agent_ =
+ new DesktopSessionAgent(audio_task_runner, caller_task_runner_,
+ input_task_runner_, io_task_runner_);
// Start the agent and create an IPC channel to talk to it.
mojo::ScopedMessagePipeHandle desktop_pipe =

Powered by Google App Engine
This is Rietveld 408576698