| Index: net/quic/quic_client_session.h
|
| diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h
|
| index 2169c242aec18a3dd6213562d2017035434013d7..49c12a6ccfdd94cbfe788e356b94df53f654711c 100644
|
| --- a/net/quic/quic_client_session.h
|
| +++ b/net/quic/quic_client_session.h
|
| @@ -169,7 +169,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase,
|
|
|
| // Close the session because of |error| and notifies the factory
|
| // that this session has been closed, which will delete the session.
|
| - void CloseSessionOnError(int error);
|
| + void CloseSessionOnError(int error, QuicErrorCode quic_error);
|
|
|
| base::Value* GetInfoAsValue(const std::set<HostPortPair>& aliases);
|
|
|
|
|