| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index 9d9a56298822d7c890a1874e76b10dae8516d68a..17c03bc705c5925d999bf31c248571d2be584c0e 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -369,6 +369,10 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
|
| // read from the socket until the tunnel is done.
|
| bool establishing_tunnel_;
|
|
|
| + // Enable pooling to a SpdySession with matching IP and certificate
|
| + // even if the SpdySessionKey is different.
|
| + bool enable_ip_based_pooling_;
|
| +
|
| // The helper object to use to create WebSocketHandshakeStreamBase
|
| // objects. Only relevant when establishing a WebSocket connection.
|
| WebSocketHandshakeStreamBase::CreateHelper*
|
|
|