| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index c7f778392c4bcdfac41b1a368f2df0d1f96acf47..8a15c9c83299a287a3a780c6f3b0a56435fc17e9 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -141,6 +141,10 @@ class NET_EXPORT HttpNetworkSession
|
| // responsible for deleting the returned value.
|
| base::Value* SpdySessionPoolInfoToValue() const;
|
|
|
| + // Creates a Value summary of the state of the QUIC sessions and
|
| + // configuration. The caller is responsible for deleting the returned value.
|
| + base::Value* QuicInfoToValue() const;
|
| +
|
| void CloseAllConnections();
|
| void CloseIdleConnections();
|
|
|
|
|