| Index: net/quic/congestion_control/tcp_receiver.cc | 
| diff --git a/net/quic/congestion_control/tcp_receiver.cc b/net/quic/congestion_control/tcp_receiver.cc | 
| index ecff130b0033948f166866fc76c875f816d168e3..39eaa135d7f64d69add8fac1b475d8f3e2254af8 100644 | 
| --- a/net/quic/congestion_control/tcp_receiver.cc | 
| +++ b/net/quic/congestion_control/tcp_receiver.cc | 
| @@ -7,8 +7,8 @@ | 
|  | 
| namespace net { | 
|  | 
| +// Originally 64K bytes, but increased it to 256K to support higher bitrates. | 
| // static | 
| -// Originally 64K bytes for TCP, setting it to 256K to support higher bitrates. | 
| const QuicByteCount TcpReceiver::kReceiveWindowTCP = 256000; | 
|  | 
| TcpReceiver::TcpReceiver() | 
|  |