| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 24a14d89f58e323bc87fd1376b07d166f31274c6..86f7a795be1b047a3161639f711bdbc0fe4da4c8 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -222,15 +222,11 @@ class OffTheRecordProfileImpl : public Profile,
|
| prefs_(real_profile->GetOffTheRecordPrefs()),
|
| ALLOW_THIS_IN_INITIALIZER_LIST(io_data_(this)),
|
| start_time_(Time::Now()) {
|
| -#ifndef NDEBUG
|
| - ProfileDependencyManager::GetInstance()->ProfileNowExists(this);
|
| -#endif
|
| -
|
| extension_process_manager_.reset(ExtensionProcessManager::Create(this));
|
|
|
| BrowserList::AddObserver(this);
|
|
|
| - BackgroundContentsServiceFactory::GetForProfile(this);
|
| + ProfileDependencyManager::GetInstance()->CreateProfileServices(this, false);
|
|
|
| DCHECK(real_profile->GetPrefs()->GetBoolean(prefs::kIncognitoEnabled));
|
|
|
|
|