| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 24212fe6043d9ef655b28646e718a09820918543..54ff5211e904bcee9b0e7cf0380320e660bce64c 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -180,6 +180,7 @@ class IOThread : public content::BrowserThreadDelegate {
|
| Optional<net::QuicVersionVector> quic_supported_versions;
|
| Optional<net::HostPortPair> origin_to_force_quic_on;
|
| bool enable_user_alternate_protocol_ports;
|
| + bool enable_ssl_connect_job_waiting;
|
| // NetErrorTabHelper uses |dns_probe_service| to send DNS probes when a
|
| // main frame load fails with a DNS error in order to provide more useful
|
| // information to the renderer so it can show a more specific error page.
|
|
|