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

Unified Diff: remoting/protocol/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/channel_authenticator.h
diff --git a/remoting/protocol/channel_authenticator.h b/remoting/protocol/channel_authenticator.h
index 7466b090716c7eb07c49defb0b48d31e7036acd1..c6c150a28c2f561df976d3c7d4f48be57f49287b 100644
--- a/remoting/protocol/channel_authenticator.h
+++ b/remoting/protocol/channel_authenticator.h
@@ -23,6 +23,8 @@ namespace protocol {
// should be used only once for one channel.
class ChannelAuthenticator {
public:
+ // Callback to be called when authentication is finished. It can delete
+ // calling authenticator.
Wez 2014/09/10 02:29:26 Suggest moving this comment to the SecureAndAuthen
Sergey Ulanov 2014/09/10 21:50:58 Done.
typedef base::Callback<void(net::Error error, scoped_ptr<net::StreamSocket>)>
DoneCallback;

Powered by Google App Engine
This is Rietveld 408576698