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

Unified Diff: net/quic/reliable_quic_stream.h

Issue 11364068: Add a QuicHttpStream class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make GetPeerAddress const 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/reliable_quic_stream.h
diff --git a/net/quic/reliable_quic_stream.h b/net/quic/reliable_quic_stream.h
index 653b7bbc27fa7c8c503a34ead9bc64d77355e026..b7f76d2efd1ad8b1c1583614d3a67f7102f7d458 100644
--- a/net/quic/reliable_quic_stream.h
+++ b/net/quic/reliable_quic_stream.h
@@ -63,6 +63,7 @@ class NET_EXPORT_PRIVATE ReliableQuicStream {
void CloseWriteSide();
QuicSession* session() { return session_; }
+ const QuicSession* session() const { return session_; }
private:
friend class ReliableQuicStreamPeer;

Powered by Google App Engine
This is Rietveld 408576698