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

Unified Diff: remoting/protocol/client_stub.h

Issue 6030007: Chromoting protocol layers to receive and send login messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comments 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
« no previous file with comments | « remoting/protocol/client_message_dispatcher.cc ('k') | remoting/protocol/client_stub_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/client_stub.h
diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h
index 2662e95ac890489b737a836d0df8544be8194331..4b73789b84abeb95623275e5bee259665e2447b8 100644
--- a/remoting/protocol/client_stub.h
+++ b/remoting/protocol/client_stub.h
@@ -17,6 +17,7 @@ class Task;
namespace remoting {
namespace protocol {
+class LocalLoginStatus;
class NotifyResolutionRequest;
class ClientStub {
@@ -26,6 +27,8 @@ class ClientStub {
virtual void NotifyResolution(const NotifyResolutionRequest* msg,
Task* done) = 0;
+ virtual void BeginSessionResponse(const LocalLoginStatus* msg,
+ Task* done) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(ClientStub);
« no previous file with comments | « remoting/protocol/client_message_dispatcher.cc ('k') | remoting/protocol/client_stub_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698