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

Unified Diff: net/quic/quic_spdy_stream.h

Issue 2104633002: Landing recent QUIC changes until 6/24/2016 14:00 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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
« no previous file with comments | « net/quic/quic_session.cc ('k') | net/quic/quic_spdy_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_spdy_stream.h
diff --git a/net/quic/quic_spdy_stream.h b/net/quic/quic_spdy_stream.h
index c566165f67d2570e5308693fe020116dee1e2630..86d69a8ede43a074207ca61d45af70909d3c9a1b 100644
--- a/net/quic/quic_spdy_stream.h
+++ b/net/quic/quic_spdy_stream.h
@@ -155,7 +155,8 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
// Returns true if header contains a valid 3-digit status and parse the status
// code to |status_code|.
- bool ParseHeaderStatusCode(SpdyHeaderBlock* header, int* status_code) const;
+ bool ParseHeaderStatusCode(const SpdyHeaderBlock& header,
+ int* status_code) const;
// Returns true when all data has been read from the peer, including the fin.
bool IsDoneReading() const;
« no previous file with comments | « net/quic/quic_session.cc ('k') | net/quic/quic_spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698