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 1f1c9711cc4b0e46bb4f82850097e019fb1f48b9..f211eabe0d4d8ded975a799ea28ffc99fe497c0b 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())); |