| Index: net/quic/chromium/quic_chromium_client_session.h
|
| diff --git a/net/quic/chromium/quic_chromium_client_session.h b/net/quic/chromium/quic_chromium_client_session.h
|
| index a4c07d1294c2a1ba827ff0c796c94a5765f81a10..262265340a524f2561affab7bd7d8e56eab6fc49 100644
|
| --- a/net/quic/chromium/quic_chromium_client_session.h
|
| +++ b/net/quic/chromium/quic_chromium_client_session.h
|
| @@ -351,6 +351,7 @@ class NET_EXPORT_PRIVATE QuicChromiumClientSession
|
|
|
| void CloseAllStreams(int net_error);
|
| void CloseAllObservers(int net_error);
|
| + void CancelAllRequests(int net_error);
|
|
|
| // Notifies the factory that this session is going away and no more streams
|
| // should be created from it. This needs to be called before closing any
|
|
|