| 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 46249150e2c946bc2a7449701b472a2ce9c95c62..dd4b25de5a1d24fe2be3b8248f45e312a1a464e8 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -415,9 +415,10 @@ class ProfileIOData {
|
| net::HttpNetworkSession* session,
|
| std::unique_ptr<net::HttpCache::BackendFactory> main_backend) const;
|
|
|
| - // Creates network transaction factory.
|
| + // Creates network transaction factory. The created factory will share
|
| + // HttpNetworkSession with |main_http_factory|.
|
| std::unique_ptr<net::HttpCache> CreateHttpFactory(
|
| - net::HttpNetworkSession* shared_session,
|
| + net::HttpTransactionFactory* main_http_factory,
|
| std::unique_ptr<net::HttpCache::BackendFactory> backend) const;
|
|
|
| void SetCookieSettingsForTesting(
|
|
|