| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
|
| index 37ed4d1c75159b1938f476dc984fc906d4af6f31..8ef2f4a46239c8a47146ce73f1da45474a8fae2f 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -157,7 +157,7 @@ ProfileImplIOData::Handle::GetIsolatedAppRequestContextGetter(
|
|
|
| void ProfileImplIOData::Handle::LazyInitialize() const {
|
| if (!initialized_) {
|
| - io_data_->InitializeProfileParams(profile_);
|
| + io_data_->InitializeOnUIThread(profile_);
|
| ChromeNetworkDelegate::InitializeReferrersEnabled(
|
| io_data_->enable_referrers(), profile_->GetPrefs());
|
| io_data_->clear_local_state_on_exit()->Init(
|
|
|