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

Unified Diff: net/quic/quic_crypto_stream.h

Issue 11364068: Add a QuicHttpStream class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move GetPeerAddress from QuicReliableClientStream to ReliableQuicStream Created 8 years, 1 month 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/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_;

Powered by Google App Engine
This is Rietveld 408576698