| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index f82826cdf52c4fe483fbab6ab851125184b21fcd..075e3b5edf978f605ce1f2ff80427cc32e33f71c 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -217,15 +217,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));
|
|
|
|
|