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

Unified Diff: net/quic/chromium/quic_chromium_client_stream.cc

Issue 2399543002: Rename QuicSpdyStream::MarkTrailersDelivered to MarkTrailersConsumed. No behavior change. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | net/quic/core/quic_spdy_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_chromium_client_stream.cc
diff --git a/net/quic/chromium/quic_chromium_client_stream.cc b/net/quic/chromium/quic_chromium_client_stream.cc
index 049668e38a18d1fbbfa8c0506286441a20ee984e..640dddb675881e8567c6bf7dc04c76bde51998d2 100644
--- a/net/quic/chromium/quic_chromium_client_stream.cc
+++ b/net/quic/chromium/quic_chromium_client_stream.cc
@@ -281,7 +281,7 @@ void QuicChromiumClientStream::NotifyDelegateOfHeadersComplete(
// Only mark trailers consumed when we are about to notify delegate.
if (headers_delivered_) {
MarkTrailersConsumed(decompressed_trailers().length());
- MarkTrailersDelivered();
+ MarkTrailersConsumed();
net_log_.AddEvent(
NetLogEventType::QUIC_CHROMIUM_CLIENT_STREAM_READ_RESPONSE_TRAILERS,
base::Bind(&SpdyHeaderBlockNetLogCallback, &headers));
« no previous file with comments | « no previous file | net/quic/core/quic_spdy_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698