| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index 556da43f137767452b50e52ebd73d0300d2fa3b4..0a567f1ec291817959b1d4866338b9354a0a945c 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -118,6 +118,7 @@ OffTheRecordProfileImpl::OffTheRecordProfileImpl(Profile* real_profile)
|
| : profile_(real_profile),
|
| prefs_(PrefServiceSyncableIncognitoFromProfile(real_profile)),
|
| start_time_(Time::Now()) {
|
| + BrowserContext::Initialize(this, profile_->GetPath());
|
| // Register on BrowserContext.
|
| user_prefs::UserPrefs::Set(this, prefs_);
|
| }
|
|
|