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

Unified Diff: remoting/protocol/jingle_session.h

Issue 12389010: Refactor of Authenticator to allow it to ProcessMessage asynchronously and then call a callback (Closed) Base URL: http://git.chromium.org/chromium/src.git@host_key_pair
Patch Set: Created 7 years, 10 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
Index: remoting/protocol/jingle_session.h
diff --git a/remoting/protocol/jingle_session.h b/remoting/protocol/jingle_session.h
index dfe817c1c7e7e7985b56e177931187a8a370d363..a6a9475bcdf1a3e718427baa20a651e556114e92 100644
--- a/remoting/protocol/jingle_session.h
+++ b/remoting/protocol/jingle_session.h
@@ -89,6 +89,7 @@ class JingleSession : public Session,
void InitializeIncomingConnection(const JingleMessage& initiate_message,
scoped_ptr<Authenticator> authenticator);
void AcceptIncomingConnection(const JingleMessage& initiate_message);
+ void ContinueAcceptIncomingConnection();
Sergey Ulanov 2013/02/28 08:05:16 The comment above doesn't apply to this method, so
rmsousa 2013/02/28 23:29:23 Yeah, this actually belongs together with ProcessA
// Sends |message| to the peer. The session is closed if the send fails or no
// response is received within a reasonable time. All other responses are

Powered by Google App Engine
This is Rietveld 408576698