| Index: net/tools/quic/quic_spdy_client_stream.cc
|
| diff --git a/net/tools/quic/quic_spdy_client_stream.cc b/net/tools/quic/quic_spdy_client_stream.cc
|
| index 0237b89fe5f0966f85517b4d1a773485aa67da36..3618df6c08e1c91dd77a08ee87e6fe63759706ad 100644
|
| --- a/net/tools/quic/quic_spdy_client_stream.cc
|
| +++ b/net/tools/quic/quic_spdy_client_stream.cc
|
| @@ -118,7 +118,6 @@ int QuicSpdyClientStream::ParseResponseHeaders() {
|
| return len;
|
| }
|
|
|
| -// Sends body data to the server and returns the number of bytes sent.
|
| void QuicSpdyClientStream::SendBody(const string& data, bool fin) {
|
| WriteOrBufferData(data, fin, nullptr);
|
| }
|
|
|