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

Unified Diff: remoting/host/desktop_session_connector.h

Issue 12678008: Reworked the plumbing required to pass the client resolution to the desktop resizer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/desktop_session_connector.h
diff --git a/remoting/host/desktop_session_connector.h b/remoting/host/desktop_session_connector.h
index 1d8b716fd5e9ce73a2a605629eb181926186daf0..6f5c672c621f31af61bf1559b14d6e87e44583fd 100644
--- a/remoting/host/desktop_session_connector.h
+++ b/remoting/host/desktop_session_connector.h
@@ -12,7 +12,7 @@
namespace remoting {
class DesktopSessionProxy;
-struct DesktopSessionParams;
+struct ScreenResolution;
// Provides a way to connect a terminal (i.e. a remote client) with a desktop
// session (i.e. the screen, keyboard and the rest).
@@ -27,7 +27,7 @@ class DesktopSessionConnector {
// can be deleted.
virtual void ConnectTerminal(
DesktopSessionProxy* desktop_session_proxy,
- const DesktopSessionParams& params,
+ const ScreenResolution& resolution,
bool virtual_terminal) = 0;
// Requests the daemon process disconnect |desktop_session_proxy| from

Powered by Google App Engine
This is Rietveld 408576698