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

Unified Diff: remoting/protocol/ssl_hmac_channel_authenticator.h

Issue 551173004: Move PseudoTCP and channel auth out of LibjingleTransportFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clean_dgrams
Patch Set: Created 6 years, 3 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/ssl_hmac_channel_authenticator.h
diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.h b/remoting/protocol/ssl_hmac_channel_authenticator.h
index f4223c4e2f9a18adf81bfca3db6752d784bbced8..4c05f4b04aba1383308408b65ce1412ac5f261af 100644
--- a/remoting/protocol/ssl_hmac_channel_authenticator.h
+++ b/remoting/protocol/ssl_hmac_channel_authenticator.h
@@ -78,6 +78,7 @@ class SslHmacChannelAuthenticator : public ChannelAuthenticator,
void CheckDone(bool* callback_called);
void NotifyError(int error);
+ void NotifyResult(net::Error error, scoped_ptr<net::StreamSocket> socket);
Wez 2014/09/10 02:29:27 Add a comment to clarify what the difference betwe
Sergey Ulanov 2014/09/10 21:50:59 Renamed NotifyResult to CallDoneCallback().
// The mutual secret used for authentication.
std::string auth_key_;

Powered by Google App Engine
This is Rietveld 408576698