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

Unified Diff: remoting/protocol/client_control_sender.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 style 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/client_control_sender.h
diff --git a/remoting/protocol/client_control_sender.h b/remoting/protocol/client_control_sender.h
index 6d9b06f1055e40ab876435ccc206616fb101f97f..cd039b8476eed74d5335ed0a284c63403408b387 100644
--- a/remoting/protocol/client_control_sender.h
+++ b/remoting/protocol/client_control_sender.h
@@ -35,6 +35,9 @@ class ClientControlSender : public ClientStub {
virtual void NotifyResolution(const NotifyResolutionRequest* msg,
Task* done);
+ virtual void BeginSessionResponse(const LocalLoginStatus* msg,
+ Task* done);
+
private:
// Buffered socket writer holds the serialized message and send it on the
// right thread.

Powered by Google App Engine
This is Rietveld 408576698