Index: remoting/host/host_mock_objects.h |
diff --git a/remoting/host/host_mock_objects.h b/remoting/host/host_mock_objects.h |
index a1e00ffba271ae8dfdf74de50fcda46d13bb1fe9..9b3efb507982f65d067edb2377d7ce74f0efca1f 100644 |
--- a/remoting/host/host_mock_objects.h |
+++ b/remoting/host/host_mock_objects.h |
@@ -166,6 +166,7 @@ class MockGnubbyAuthHandler : public GnubbyAuthHandler { |
MOCK_METHOD1(SendErrorAndCloseConnection, void(int connection_id)); |
MOCK_CONST_METHOD0(GetActiveConnectionCountForTest, size_t()); |
MOCK_METHOD1(SetRequestTimeoutForTest, void(base::TimeDelta timeout)); |
+ MOCK_METHOD1(SetSessionIdCallback, void(const SessionIdCallback& callback)); |
void SetSendMessageCallback( |
const GnubbyAuthHandler::SendMessageCallback& callback) override; |