| 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 d90f71e094388fea11ac80f2cf568a6234d3df2c..f395307eebe3b42a096ff46781c597ba3ac16fc3 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -383,9 +383,12 @@ class ProfileIOData {
|
| // URLRequests may be accessing.
|
| void DestroyResourceContext();
|
|
|
| - // Creates network session and main network transaction factory.
|
| + scoped_ptr<net::HttpNetworkSession> CreateHttpNetworkSession(
|
| + const ProfileParams& profile_params) const;
|
| +
|
| + // Creates main network transaction factory.
|
| scoped_ptr<net::HttpCache> CreateMainHttpFactory(
|
| - const ProfileParams* profile_params,
|
| + net::HttpNetworkSession* session,
|
| net::HttpCache::BackendFactory* main_backend) const;
|
|
|
| // Creates network transaction factory.
|
|
|