| Index: net/http/http_network_session.cc
|
| diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
|
| index 9ac77034d09dcea665a97448896e8bccf1c0d406..5190ffb007f19fc9d1bf79e3dd0a963e3d1f85f8 100644
|
| --- a/net/http/http_network_session.cc
|
| +++ b/net/http/http_network_session.cc
|
| @@ -72,6 +72,7 @@ HttpNetworkSession::Params::Params()
|
| host_mapping_rules(NULL),
|
| enable_ssl_connect_job_waiting(false),
|
| ignore_certificate_errors(false),
|
| + use_stale_while_revalidate(false),
|
| testing_fixed_http_port(0),
|
| testing_fixed_https_port(0),
|
| force_spdy_single_domain(false),
|
|
|