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

Unified Diff: remoting/protocol/protocol_mock_objects.h

Issue 6711033: A new authenticated connection evicts an old one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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
« remoting/protocol/host_stub.h ('K') | « remoting/protocol/host_stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/protocol_mock_objects.h
diff --git a/remoting/protocol/protocol_mock_objects.h b/remoting/protocol/protocol_mock_objects.h
index 57dad6ab80d04a9f2b01ed9a8f9ec71155f65bee..29c857e986eca147089ebf144215cd9d62473335 100644
--- a/remoting/protocol/protocol_mock_objects.h
+++ b/remoting/protocol/protocol_mock_objects.h
@@ -70,8 +70,9 @@ class MockHostStub : public HostStub {
MOCK_METHOD2(SuggestResolution, void(const SuggestResolutionRequest* msg,
Task* done));
- MOCK_METHOD2(BeginSessionRequest,
- void(const LocalLoginCredentials* credentials, Task* done));
+ MOCK_METHOD3(BeginSessionRequest,
+ void(ConnectionToClient* connection,
+ const LocalLoginCredentials* credentials, Task* done));
private:
DISALLOW_COPY_AND_ASSIGN(MockHostStub);
« remoting/protocol/host_stub.h ('K') | « remoting/protocol/host_stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698