Index: chrome/browser/profiles/off_the_record_profile_io_data.cc |
diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
index 4b6262424ff6d3512d716e2e23171817a5d43a95..f95047caeba0b0c83195e0027c66f1e4db9aa204 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_io_data.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc |
@@ -119,7 +119,7 @@ OffTheRecordProfileIOData::Handle::GetIsolatedAppRequestContextGetter( |
void OffTheRecordProfileIOData::Handle::LazyInitialize() const { |
if (!initialized_) { |
- io_data_->InitializeProfileParams(profile_); |
+ io_data_->InitializeOnUIThread(profile_); |
ChromeNetworkDelegate::InitializeReferrersEnabled( |
io_data_->enable_referrers(), profile_->GetPrefs()); |
#if defined(ENABLE_SAFE_BROWSING) |