| Index: net/quic/quic_server_session.h
|
| diff --git a/net/quic/quic_server_session.h b/net/quic/quic_server_session.h
|
| index b41309832b1f94c8ebd0a724edc6968d83ec6106..30ac08c80df802cfe3dea105300121f5e6cfeb3c 100644
|
| --- a/net/quic/quic_server_session.h
|
| +++ b/net/quic/quic_server_session.h
|
| @@ -45,7 +45,6 @@ class QuicServerSession : public QuicSession {
|
| public:
|
| QuicServerSession(const QuicConfig& config,
|
| QuicConnection* connection,
|
| - uint32 max_flow_control_window_bytes,
|
| QuicServerSessionVisitor* visitor);
|
|
|
| // Override the base class to notify the owner of the connection close.
|
|
|