Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(207)

Unified Diff: remoting/host/security_key/fake_ipc_gnubby_auth_handler.h

Issue 2085353004: Update GnubbyAuthHandler to use the current session ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@host_extension
Patch Set: Fixing a non-windows build break and some additional cleanup Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698