Index: net/tools/quic/quic_client_session.h |
diff --git a/net/tools/quic/quic_client_session.h b/net/tools/quic/quic_client_session.h |
index 3c92efad42d61a9ab923a8e7421ec7896b821bdd..7532552ce65d69634d0416879bd98c4cb98859bd 100644 |
--- a/net/tools/quic/quic_client_session.h |
+++ b/net/tools/quic/quic_client_session.h |
@@ -40,9 +40,8 @@ class QuicClientSession : public QuicClientSessionBase { |
void OnProofVerifyDetailsAvailable( |
const ProofVerifyDetails& verify_details) override; |
- // Performs a crypto handshake with the server. Returns true if the crypto |
- // handshake is started successfully. |
- bool CryptoConnect(); |
+ // Performs a crypto handshake with the server. |
+ void CryptoConnect(); |
// Returns the number of client hello messages that have been sent on the |
// crypto stream. If the handshake has completed then this is one greater |