Chromium Code Reviews| Index: net/http/http_network_session.h |
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
| index 43c6e04481686ff17df92c164c7a76e229f3c485..fa049031f743efa73cb01dfcc350ef3d095ca36b 100644 |
| --- a/net/http/http_network_session.h |
| +++ b/net/http/http_network_session.h |
| @@ -193,7 +193,7 @@ class NET_EXPORT HttpNetworkSession |
| // Creates a Value summary of the state of the QUIC sessions and |
| // configuration. The caller is responsible for deleting the returned value. |
|
eroman
2015/05/25 17:48:56
Remove the comment "The caller is responsible..."
payal.pandey
2015/05/26 06:24:15
Done.
|
| - base::Value* QuicInfoToValue() const; |
| + scoped_ptr<base::Value> QuicInfoToValue() const; |
| void CloseAllConnections(); |
| void CloseIdleConnections(); |