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

Unified Diff: net/tools/quic/quic_client_session.h

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: 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

Powered by Google App Engine
This is Rietveld 408576698