| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 24212fe6043d9ef655b28646e718a09820918543..500f19186a52b7b35a046f28f9c7a50c0220c212 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -152,6 +152,7 @@ class IOThread : public content::BrowserThreadDelegate {
|
| extension_event_router_forwarder;
|
| scoped_ptr<net::HostMappingRules> host_mapping_rules;
|
| scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings;
|
| + bool enable_ssl_connect_job_waiting;
|
| bool ignore_certificate_errors;
|
| uint16 testing_fixed_http_port;
|
| uint16 testing_fixed_https_port;
|
|
|