Index: net/quic/reliable_quic_stream.cc |
diff --git a/net/quic/reliable_quic_stream.cc b/net/quic/reliable_quic_stream.cc |
index 1575518cfe0ce49a026d95c7931a75cfc90c2654..ff2123052f9c47c73337172c1b05bb5b406a73bb 100644 |
--- a/net/quic/reliable_quic_stream.cc |
+++ b/net/quic/reliable_quic_stream.cc |
@@ -479,7 +479,6 @@ void ReliableQuicStream::OnWindowUpdateFrame( |
DLOG(DFATAL) << "Flow control not enabled! " << version(); |
return; |
} |
- |
if (flow_controller_.UpdateSendWindowOffset(frame.byte_offset)) { |
// We can write again! |
// TODO(rjshade): This does not respect priorities (e.g. multiple |