Chromium Code Reviews| Index: chrome/browser/io_thread.h |
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
| index 6e0699cbe5a9be9bd3892ce1eb86aad9e55a1717..b68602e3160ca81fbef679f947ada75cb07acad5 100644 |
| --- a/chrome/browser/io_thread.h |
| +++ b/chrome/browser/io_thread.h |
| @@ -18,6 +18,7 @@ |
| #include "content/public/browser/browser_thread_delegate.h" |
| #include "net/base/network_change_notifier.h" |
| +class BasicHttpUserAgentSettings; |
| class ChromeNetLog; |
| class PrefProxyConfigTrackerImpl; |
| class PrefService; |
| @@ -115,6 +116,7 @@ class IOThread : public content::BrowserThreadDelegate { |
| http_pipelining_compatibility_client; |
| scoped_ptr<chrome_browser_net::LoadTimeStats> load_time_stats; |
| scoped_ptr<net::HostMappingRules> host_mapping_rules; |
| + scoped_ptr<BasicHttpUserAgentSettings> basic_http_user_agent_settings; |
|
erikwright (departed)
2012/10/24 13:14:33
Does this need to be the derived type? Seems it co
|
| bool ignore_certificate_errors; |
| bool http_pipelining_enabled; |
| uint16 testing_fixed_http_port; |