| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index 6e0699cbe5a9be9bd3892ce1eb86aad9e55a1717..ae1af7dfe7d2a1c4fffaba7d5643007e87185897 100644
|
| --- a/chrome/browser/io_thread.h
|
| +++ b/chrome/browser/io_thread.h
|
| @@ -41,6 +41,7 @@ class HostResolver;
|
| class HttpAuthHandlerFactory;
|
| class HttpServerProperties;
|
| class HttpTransactionFactory;
|
| +class HttpUserAgentSettings;
|
| class NetworkDelegate;
|
| class ServerBoundCertService;
|
| class ProxyConfigService;
|
| @@ -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<net::HttpUserAgentSettings> http_user_agent_settings;
|
| bool ignore_certificate_errors;
|
| bool http_pipelining_enabled;
|
| uint16 testing_fixed_http_port;
|
|
|