Chromium Code Reviews| Index: chrome/browser/profiles/profile_impl_io_data.h |
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h |
| index 36365d19b81fb1b035417a98236326cf39b77daf..0a415bafeb4523c55626111ab3225a83105a43ce 100644 |
| --- a/chrome/browser/profiles/profile_impl_io_data.h |
| +++ b/chrome/browser/profiles/profile_impl_io_data.h |
| @@ -12,6 +12,7 @@ |
| #include "chrome/browser/profiles/profile_io_data.h" |
| namespace chrome_browser_net { |
| +class HttpServerPropertiesManager; |
| class Predictor; |
| } // namespace chrome_browser_net |
| @@ -191,6 +192,10 @@ class ProfileImplIOData : public ProfileIOData { |
| mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_; |
| mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_; |
| + // Same as |ProfileIOData::http_server_properties_|, owned there. |
|
willchan no longer on Chromium
2012/12/03 23:51:07
Explain it's owned there to maintain correct destr
|
| + mutable chrome_browser_net::HttpServerPropertiesManager* |
| + http_server_properties_manager_; |
| + |
| mutable scoped_ptr<chrome_browser_net::Predictor> predictor_; |
| mutable scoped_ptr<ChromeURLRequestContext> media_request_context_; |