Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index c4f9a8e0df42f0897d37b3ece115cce26613728b..65dbbd67d6ea80d3b0c319a49aeecaeb6dc8387a 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -166,6 +166,7 @@ class IOThread : public content::BrowserThreadDelegate { |
scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings; |
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; |
Optional<bool> enable_tcp_fast_open_for_ssl; |