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

Unified Diff: remoting/protocol/client_stub.h

Issue 8351084: Remove old Authentication code that we don't use or need. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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/connection_to_host.h » ('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 49b6740fe3225a916b83c9b07d7a340242084718..ef2f8fe9344c209e0e0e85f39b11e74aef175231 100644
--- a/remoting/protocol/client_stub.h
+++ b/remoting/protocol/client_stub.h
@@ -16,16 +16,13 @@
namespace remoting {
namespace protocol {
-class LocalLoginStatus;
-class NotifyResolutionRequest;
-
class ClientStub {
public:
ClientStub() {}
virtual ~ClientStub() {}
- virtual void BeginSessionResponse(const LocalLoginStatus* msg,
- const base::Closure& done) = 0;
+ // Currently we don't use the control channel for anything. Add new
+ // message handlers here when necessary.
private:
DISALLOW_COPY_AND_ASSIGN(ClientStub);
« no previous file with comments | « remoting/protocol/client_message_dispatcher.cc ('k') | remoting/protocol/connection_to_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698