| Index: remoting/host/me2me_desktop_environment.h
|
| diff --git a/remoting/host/me2me_desktop_environment.h b/remoting/host/me2me_desktop_environment.h
|
| index 1153ec840bb66768fd15a1769cc1e9774a2e6e01..f981a89eb59906f5b7a9d4a7395f4a20803399ff 100644
|
| --- a/remoting/host/me2me_desktop_environment.h
|
| +++ b/remoting/host/me2me_desktop_environment.h
|
| @@ -22,6 +22,7 @@ class Me2MeDesktopEnvironment : public BasicDesktopEnvironment {
|
| // DesktopEnvironment interface.
|
| virtual scoped_ptr<ScreenControls> CreateScreenControls() OVERRIDE;
|
| virtual scoped_ptr<webrtc::ScreenCapturer> CreateVideoCapturer() OVERRIDE;
|
| + virtual std::string GetCapabilities() const OVERRIDE;
|
|
|
| protected:
|
| friend class Me2MeDesktopEnvironmentFactory;
|
|
|