| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 7089b2a0be7e5fafb5d12a79cf9c5df40c2f07fc..b70b503b11d26418ab4402bb282eab0ea575225f 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -190,6 +190,10 @@ class NET_EXPORT HttpNetworkSession
|
| ProxyDelegate* proxy_delegate;
|
| // Enable support for Token Binding.
|
| bool enable_token_binding;
|
| +
|
| + // Enable HTTP/0.9 for HTTP/HTTPS on ports other than the default one for
|
| + // each protocol.
|
| + bool http_09_on_non_default_ports_enabled;
|
| };
|
|
|
| enum SocketPoolType {
|
|
|