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

Unified Diff: remoting/host/host_mock_objects.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/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;

Powered by Google App Engine
This is Rietveld 408576698