summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_io_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_io_data.h')
-rw-r--r--chrome/browser/profiles/profile_io_data.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index d90f71e..f395307 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.