Index: remoting/host/security_key/fake_ipc_gnubby_auth_handler.h |
diff --git a/remoting/host/security_key/fake_ipc_gnubby_auth_handler.h b/remoting/host/security_key/fake_ipc_gnubby_auth_handler.h |
index 73b5377f516a71bcff9f79159d1789459433d07e..c8382a0611fe1d7d5ab0aba82a49621c985ad650 100644 |
--- a/remoting/host/security_key/fake_ipc_gnubby_auth_handler.h |
+++ b/remoting/host/security_key/fake_ipc_gnubby_auth_handler.h |
@@ -35,6 +35,7 @@ class FakeIpcGnubbyAuthHandler : public GnubbyAuthHandler, |
const std::string& response) override; |
void SendErrorAndCloseConnection(int gnubby_connection_id) override; |
void SetSendMessageCallback(const SendMessageCallback& callback) override; |
+ void SetSessionIdCallback(const SessionIdCallback& callback) override; |
size_t GetActiveConnectionCountForTest() const override; |
void SetRequestTimeoutForTest(base::TimeDelta timeout) override; |