Chromium Code Reviews| Index: remoting/host/desktop_session_proxy.h |
| diff --git a/remoting/host/desktop_session_proxy.h b/remoting/host/desktop_session_proxy.h |
| index e484e44222d4a65bf4a901c242d5d5847e8c539d..4b83e9aad57ce5f2c32e29613e8e4337e7f247cf 100644 |
| --- a/remoting/host/desktop_session_proxy.h |
| +++ b/remoting/host/desktop_session_proxy.h |
| @@ -39,10 +39,10 @@ namespace remoting { |
| class AudioPacket; |
| class ClientSession; |
| class DesktopSessionConnector; |
| -struct DesktopSessionParams; |
| struct DesktopSessionProxyTraits; |
| class IpcAudioCapturer; |
| class IpcVideoFrameCapturer; |
| +struct ScreenResolution; |
| class SessionController; |
| // DesktopSessionProxy is created by an owning DesktopEnvironment to route |
| @@ -122,6 +122,9 @@ class DesktopSessionProxy |
| void InjectMouseEvent(const protocol::MouseEvent& event); |
| void StartEventExecutor(scoped_ptr<protocol::ClipboardStub> client_clipboard); |
| +// API used to implement the SessionController interface. |
|
Jamie
2013/03/15 22:06:27
Nit: indent
alexeypa (please no reviews)
2013/03/15 22:32:12
This code was removed.
|
| + void SetScreenResolution(const ScreenResolution& resolution); |
| + |
| private: |
| friend class base::DeleteHelper<DesktopSessionProxy>; |
| friend struct DesktopSessionProxyTraits; |