| Index: net/quic/quic_crypto_client_stream.h
|
| diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h
|
| index ae9304c2f2d814b713985491c6de284695bddec4..230cb9422934d4849cd5fcf50aac52bd3d850a34 100644
|
| --- a/net/quic/quic_crypto_client_stream.h
|
| +++ b/net/quic/quic_crypto_client_stream.h
|
| @@ -34,10 +34,8 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream {
|
| // CryptoFramerVisitorInterface implementation
|
| void OnHandshakeMessage(const CryptoHandshakeMessage& message) override;
|
|
|
| - // Performs a crypto handshake with the server. Returns true if the crypto
|
| - // handshake is started successfully.
|
| - // TODO(agl): this should probably return void.
|
| - virtual bool CryptoConnect();
|
| + // Performs a crypto handshake with the server.
|
| + virtual void CryptoConnect();
|
|
|
| // num_sent_client_hellos returns the number of client hello messages that
|
| // have been sent. If the handshake has completed then this is one greater
|
|
|