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

Unified Diff: remoting/protocol/jingle_session.h

Issue 12326090: Third Party authentication protocol. (Closed) Base URL: http://git.chromium.org/chromium/src.git@host_key_pair
Patch Set: Split authenticator into base, client, host 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..1b7f17e36d68cd0854e205f7a89d55705e8a8beb 100644
--- a/remoting/protocol/jingle_session.h
+++ b/remoting/protocol/jingle_session.h
@@ -126,6 +126,9 @@ class JingleSession : public Session,
// Called from OnAccept() to initialize session config.
bool InitializeConfigFromDescription(const ContentDescription* description);
+ // Called after the initial incoming authenticator message is processed.
+ void ContinueAcceptIncomingConnection();
+ // Called after subsequent authenticator messages are processed.
void ProcessAuthenticationStep();
// Terminates the session and sends session-terminate if it is

Powered by Google App Engine
This is Rietveld 408576698