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

Unified Diff: net/tools/quic/quic_spdy_client_stream.h

Issue 2484583002: Delete unused trailer_bytes_read() in quic_spdy_client_stream.h. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_client_stream.h
diff --git a/net/tools/quic/quic_spdy_client_stream.h b/net/tools/quic/quic_spdy_client_stream.h
index 702c8ba9bdc486d35e760c2b745e67f82953d82f..b858924835287f8cef0bf807413dd766fca9550c 100644
--- a/net/tools/quic/quic_spdy_client_stream.h
+++ b/net/tools/quic/quic_spdy_client_stream.h
@@ -64,8 +64,6 @@ class QuicSpdyClientStream : public QuicSpdyStream {
size_t header_bytes_written() const { return header_bytes_written_; }
- size_t trailer_bytes_read() const { return header_bytes_read_; }
-
int response_code() const { return response_code_; }
// While the server's SetPriority shouldn't be called externally, the creator
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698