Index: net/http/http_network_session.h |
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h |
index 51e22922c08cd0ca54bf892bf09c98cc61190698..c084edafe20664af2017e79460b9b980e454c564 100644 |
--- a/net/http/http_network_session.h |
+++ b/net/http/http_network_session.h |
@@ -79,6 +79,7 @@ class NET_EXPORT HttpNetworkSession |
HostMappingRules* host_mapping_rules; |
bool enable_ssl_connect_job_waiting; |
bool ignore_certificate_errors; |
+ bool use_stale_while_revalidate; |
uint16 testing_fixed_http_port; |
uint16 testing_fixed_https_port; |
bool enable_tcp_fast_open_for_ssl; |