Index: remoting/host/me2me_desktop_environment.h |
diff --git a/remoting/host/me2me_desktop_environment.h b/remoting/host/me2me_desktop_environment.h |
index 316d5c3fcfab5910740edc555e8e2847ba6846fc..3f3a2765d7b52ba83e8115a0a1e763b48e7b8451 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<media::ScreenCapturer> CreateVideoCapturer() OVERRIDE; |
+ virtual std::string GetCapabilities() const OVERRIDE; |
protected: |
friend class Me2MeDesktopEnvironmentFactory; |