| 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 1ba7eae877b2d469d0ba539b8defe889d6981892..61a807f8514ba5aba7c98974dc06f62fa1099183 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -97,8 +97,6 @@ OffTheRecordProfileImpl::OffTheRecordProfileImpl(Profile* real_profile)
|
| void OffTheRecordProfileImpl::Init() {
|
| ProfileDependencyManager::GetInstance()->CreateProfileServices(this, false);
|
|
|
| - extensions::ExtensionSystem::Get(this)->InitForOTRProfile();
|
| -
|
| DCHECK_NE(IncognitoModePrefs::DISABLED,
|
| IncognitoModePrefs::GetAvailability(profile_->GetPrefs()));
|
|
|
|
|