| Index: net/quic/quic_flow_controller.h
|
| diff --git a/net/quic/quic_flow_controller.h b/net/quic/quic_flow_controller.h
|
| index e5f5494b7f16a187ea973c58deafa3ed4ae0b144..0df2b0e7497ce21f2b529392538fe8e423dd751a 100644
|
| --- a/net/quic/quic_flow_controller.h
|
| +++ b/net/quic/quic_flow_controller.h
|
| @@ -47,8 +47,7 @@ class NET_EXPORT_PRIVATE QuicFlowController {
|
| void AddBytesSent(uint64 bytes_sent);
|
|
|
| // Set a new send window offset.
|
| - // Returns true if this changes send_window_offset_, and false in the case
|
| - // where |new_send_window| is <= send_window_offset_.
|
| + // Returns true if this increases send_window_offset_ and is now blocked.
|
| bool UpdateSendWindowOffset(uint64 new_send_window_offset);
|
|
|
| // Returns the current available send window.
|
|
|