| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index f9c8a887ecc369658f36e79184c6c083f391b1ec..bf8db1c46e0f5c4b9ef7fbe0c2cc5acd611edd35 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -22,6 +22,7 @@
|
| #include "net/http/http_network_session.h"
|
| #include "net/url_request/url_request_job_factory.h"
|
|
|
| +class ChromeHttpUserAgentSettings;
|
| class CookieSettings;
|
| class DesktopNotificationService;
|
| class ExtensionInfoMap;
|
| @@ -184,8 +185,6 @@ class ProfileIOData {
|
| ~ProfileParams();
|
|
|
| FilePath path;
|
| - std::string accept_language;
|
| - std::string accept_charset;
|
| IOThread* io_thread;
|
| scoped_refptr<CookieSettings> cookie_settings;
|
| scoped_refptr<net::SSLConfigService> ssl_config_service;
|
| @@ -424,6 +423,9 @@ class ProfileIOData {
|
| mutable scoped_ptr<chrome_browser_net::ResourcePrefetchPredictorObserver>
|
| resource_prefetch_predictor_observer_;
|
|
|
| + mutable scoped_ptr<ChromeHttpUserAgentSettings>
|
| + chrome_http_user_agent_settings_;
|
| +
|
| mutable chrome_browser_net::LoadTimeStats* load_time_stats_;
|
|
|
| // TODO(jhawkins): Remove once crbug.com/102004 is fixed.
|
|
|