| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index b165d4a6d03e14b9bf0a23dc25897d52aaba89e1..2406fe872aab32c593cd892d720a71d33188cf96 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -164,7 +164,6 @@ class IOThread : public content::BrowserThreadDelegate {
|
| scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings;
|
| scoped_ptr<net::NetworkQualityEstimator> network_quality_estimator;
|
| bool ignore_certificate_errors;
|
| - bool use_stale_while_revalidate;
|
| uint16 testing_fixed_http_port;
|
| uint16 testing_fixed_https_port;
|
| Optional<bool> enable_tcp_fast_open_for_ssl;
|
|
|