| Index: chrome/browser/io_thread.h | 
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h | 
| index 7a02c5b9a1b2701935d9b76b05e55c62f8d31f9d..2e57ffd5952bf4453333fd7070704796b749cddd 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; | 
|  |