Chromium Code Reviews| 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; |