| Index: net/quic/quic_config.h
|
| diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
|
| index 6650f7434dded252999a14534a0c7681d8d739e2..7d40adc1b9817fc6c70ea4fa382311961169ab70 100644
|
| --- a/net/quic/quic_config.h
|
| +++ b/net/quic/quic_config.h
|
| @@ -384,6 +384,7 @@ class NET_EXPORT_PRIVATE QuicConfig {
|
| QuicFixedUint32 initial_session_flow_control_window_bytes_;
|
|
|
| // Socket receive buffer in bytes.
|
| + // TODO(ianswett): Deprecate once QUIC_VERSION_34 is deprecated.
|
| QuicFixedUint32 socket_receive_buffer_;
|
|
|
| // Whether to support multipath for this connection.
|
|
|