diff options
Diffstat (limited to 'remoting/host/host_mock_objects.h')
-rw-r--r-- | remoting/host/host_mock_objects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h index 0c56b0c..b0264d1 100644 --- a/remoting/host/host_mock_objects.h +++ b/remoting/host/host_mock_objects.h @@ -149,6 +149,7 @@ class MockHostStatusObserver : public HostStatusObserver { void(const std::string& jid, const std::string& channel_name, const protocol::TransportRoute& route)); + MOCK_METHOD1(OnStart, void(const std::string& xmpp_login)); MOCK_METHOD0(OnShutdown, void()); }; |