Index: net/quic/quic_crypto_stream.h |
diff --git a/net/quic/quic_crypto_stream.h b/net/quic/quic_crypto_stream.h |
index 2dce7d3ee75712417bdbaaaa09c291e83893ee83..9346ac0eb0a7fe252e2dc0ccf19c5d09348f195d 100644 |
--- a/net/quic/quic_crypto_stream.h |
+++ b/net/quic/quic_crypto_stream.h |
@@ -47,9 +47,7 @@ class NET_EXPORT_PRIVATE QuicCryptoStream |
// Closes the connection |
void CloseConnection(QuicErrorCode error); |
- void set_handshake_complete(bool complete) { |
- handshake_complete_ = complete; |
- } |
+ void SetHandshakeComplete(QuicErrorCode error); |
private: |
CryptoFramer crypto_framer_; |