| Index: remoting/host/ipc_desktop_environment.h
|
| diff --git a/remoting/host/ipc_desktop_environment.h b/remoting/host/ipc_desktop_environment.h
|
| index 2dee3870edeb8a3f7455e1d5d4ba2888289f22de..bb68df181ba4d2423500213e957ee41e88f4f655 100644
|
| --- a/remoting/host/ipc_desktop_environment.h
|
| +++ b/remoting/host/ipc_desktop_environment.h
|
| @@ -28,6 +28,7 @@ namespace remoting {
|
|
|
| class ClientSessionControl;
|
| class DesktopSessionProxy;
|
| +class GnubbyAuthHandler;
|
| class ScreenResolution;
|
|
|
| // A variant of desktop environment integrating with the desktop by means of
|
| @@ -54,6 +55,8 @@ class IpcDesktopEnvironment : public DesktopEnvironment {
|
| virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
|
| virtual std::string GetCapabilities() const OVERRIDE;
|
| virtual void SetCapabilities(const std::string& capabilities) OVERRIDE;
|
| + virtual scoped_ptr<GnubbyAuthHandler> CreateGnubbyAuthHandler(
|
| + protocol::ClientStub* client_stub) OVERRIDE;
|
|
|
| private:
|
| scoped_refptr<DesktopSessionProxy> desktop_session_proxy_;
|
|
|