| Index: trunk/src/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/profiles/off_the_record_profile_impl.cc (revision 202762)
|
| +++ trunk/src/chrome/browser/profiles/off_the_record_profile_impl.cc (working copy)
|
| @@ -97,6 +97,8 @@
|
| BrowserContextDependencyManager::GetInstance()->CreateBrowserContextServices(
|
| this, false);
|
|
|
| + extensions::ExtensionSystem::Get(this)->InitForOTRProfile();
|
| +
|
| DCHECK_NE(IncognitoModePrefs::DISABLED,
|
| IncognitoModePrefs::GetAvailability(profile_->GetPrefs()));
|
|
|
|
|