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

Unified Diff: remoting/protocol/mock_objects.h

Issue 6030007: Chromoting protocol layers to receive and send login messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: protol Created 10 years 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/protocol/mock_objects.h
diff --git a/remoting/protocol/mock_objects.h b/remoting/protocol/mock_objects.h
index 0c2cc76d6ea3e5ee44943c41fc5ec59a6ef2f2a9..045a414255023a5e5356bedccd5121bce6a97c82 100644
--- a/remoting/protocol/mock_objects.h
+++ b/remoting/protocol/mock_objects.h
@@ -59,6 +59,8 @@ class MockHostStub : public HostStub {
MOCK_METHOD2(SuggestResolution, void(const SuggestResolutionRequest* msg,
Task* done));
+ MOCK_METHOD2(BeginSessionRequest,
+ void(const LocalLoginCredentials* credentials, Task* done));
private:
DISALLOW_COPY_AND_ASSIGN(MockHostStub);

Powered by Google App Engine
This is Rietveld 408576698