| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index da8ac72a28a908893c0f916eb62e23fd4729458c..5ba69ecb7fb32ce8bff403c7798310c39934e576 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -80,6 +80,7 @@ class NET_EXPORT HttpNetworkSession
|
| bool ignore_certificate_errors;
|
| uint16 testing_fixed_http_port;
|
| uint16 testing_fixed_https_port;
|
| + bool enable_tcp_fast_open_for_ssl;
|
|
|
| bool force_spdy_single_domain;
|
| bool enable_spdy_compression;
|
|
|