| Index: chrome/browser/profiles/off_the_record_profile_io_data.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.h b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| index 4d83990e9277a06bd60f01fc0e60341b4cff6060..9cf1df8eacb588e818d6bd3f6bbe6cec16e88247 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.h
|
| @@ -128,6 +128,8 @@ class OffTheRecordProfileIOData : public ProfileIOData {
|
| mutable scoped_ptr<net::URLRequestJobFactory> main_job_factory_;
|
| mutable scoped_ptr<net::URLRequestJobFactory> extensions_job_factory_;
|
|
|
| + mutable scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(OffTheRecordProfileIOData);
|
| };
|
|
|
|
|