| Index: net/http/http_network_session.cc | 
| diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc | 
| index c3d1f51d48f3aecd6aaf8eb6c602a8163702dcf7..6ebd9bab11fc968f4a6685246787bfa45ac6161e 100644 | 
| --- a/net/http/http_network_session.cc | 
| +++ b/net/http/http_network_session.cc | 
| @@ -75,7 +75,6 @@ HttpNetworkSession::Params::Params() | 
| net_log(NULL), | 
| host_mapping_rules(NULL), | 
| ignore_certificate_errors(false), | 
| -      use_stale_while_revalidate(false), | 
| testing_fixed_http_port(0), | 
| testing_fixed_https_port(0), | 
| enable_tcp_fast_open_for_ssl(false), | 
|  |