| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index f973d9fa71427b0740c6bff1dd2a50276321cb28..d54d9ec807211722b4b290984e3019d3037bbd9b 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -815,9 +815,11 @@ void ProfileIOData::Init(content::ProtocolHandlerMap* protocol_handlers) const {
|
|
|
| transport_security_state_.reset(new net::TransportSecurityState());
|
| transport_security_persister_.reset(
|
| - new TransportSecurityPersister(transport_security_state_.get(),
|
| - profile_params_->path,
|
| - is_incognito()));
|
| + new TransportSecurityPersister(
|
| + transport_security_state_.get(),
|
| + profile_params_->path,
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),
|
| + is_incognito()));
|
|
|
| // Take ownership over these parameters.
|
| cookie_settings_ = profile_params_->cookie_settings;
|
|
|