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 ddf21edc055bc9af063b0e85748d0b7798ebaae3..94f3bab9b05b5eaaf314a0f514cadc216182ce93 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc |
@@ -89,6 +89,8 @@ 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())); |