| Index: net/quic/quic_client_session.h
|
| diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
|
| index 94c5c597e10f25657efa5e4d3d78d43e1aebfe2c..35eca5f407799722e7ef4a83134475cd3906694d 100644
|
| --- a/net/quic/quic_client_session.h
|
| +++ b/net/quic/quic_client_session.h
|
| @@ -97,6 +97,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase {
|
| scoped_ptr<QuicServerInfo> server_info,
|
| const QuicServerId& server_id,
|
| const QuicConfig& config,
|
| + uint32 max_flow_control_receive_window_bytes,
|
| QuicCryptoClientConfig* crypto_config,
|
| NetLog* net_log);
|
|
|
|
|