Index: remoting/protocol/protocol_mock_objects.h |
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h |
index ac6267137960362fc15130be8eca84b41f33582e..4da878bf69a89f516800ab7a101f9b6db79613d3 100644 |
--- a/remoting/protocol/protocol_mock_objects.h |
+++ b/remoting/protocol/protocol_mock_objects.h |
@@ -203,6 +203,7 @@ class MockSession : public Session { |
MOCK_METHOD0(jid, const std::string&()); |
MOCK_METHOD0(config, const SessionConfig&()); |
MOCK_METHOD1(Close, void(ErrorCode error)); |
+ void AddPlugin(std::unique_ptr<SessionPlugin> plugin) override; |
private: |
DISALLOW_COPY_AND_ASSIGN(MockSession); |