Index: remoting/host/host_mock_objects.h |
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h |
index 0dd4020321aa0e4d3184727df90b73ad3d0da672..499b198f0ec4844dfc93323556a2f04a44751bb0 100644 |
--- a/remoting/host/host_mock_objects.h |
+++ b/remoting/host/host_mock_objects.h |
@@ -34,6 +34,8 @@ class MockDesktopEnvironment : public DesktopEnvironment { |
MOCK_METHOD0(CreateInputInjectorPtr, InputInjector*()); |
MOCK_METHOD0(CreateScreenControlsPtr, ScreenControls*()); |
MOCK_METHOD0(CreateVideoCapturerPtr, media::ScreenCapturer*()); |
+ MOCK_CONST_METHOD0(GetCapabilities, std::string()); |
+ MOCK_METHOD1(SetCapabilities, void(const std::string&)); |
// DesktopEnvironment implementation. |
virtual scoped_ptr<AudioCapturer> CreateAudioCapturer() OVERRIDE; |