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

Unified Diff: remoting/host/desktop_session_proxy.h

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_session_proxy.h
diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h
index fc0e0f0c07bd3f9e2330504ffd4d43162e59e5cb..698d8b0d44b3bb1ad813f0eef6927d925abbfc14 100644
--- a/remoting/host/desktop_session_proxy.h
+++ b/remoting/host/desktop_session_proxy.h
@@ -76,7 +76,7 @@ class DesktopSessionProxy
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
base::WeakPtr<ClientSessionControl> client_session_control,
base::WeakPtr<DesktopSessionConnector> desktop_session_connector,
- bool virtual_terminal);
+ const DesktopEnvironmentOptions& options);
// Mirrors DesktopEnvironment.
std::unique_ptr<AudioCapturer> CreateAudioCapturer();
@@ -216,7 +216,7 @@ class DesktopSessionProxy
// True if |this| has been connected to the desktop session.
bool is_desktop_session_connected_;
- bool virtual_terminal_;
+ DesktopEnvironmentOptions options_;
// Stores the session id for the proxied desktop process.
uint32_t desktop_session_id_ = UINT32_MAX;

Powered by Google App Engine
This is Rietveld 408576698