| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 95f2be1418840c3acfffe2225a7c9729d48ec58a..1ad2bcf368d790d0430d21bc04b7d9cffe7ed72f 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -755,7 +755,7 @@ void ProfileImpl::OnPrefsLoaded(bool success) {
|
| prefs_->SetBoolean(prefs::kSessionExitedCleanly, true);
|
|
|
| BrowserContextDependencyManager::GetInstance()->CreateBrowserContextServices(
|
| - this, false);
|
| + this);
|
|
|
| DCHECK(!net_pref_observer_);
|
| {
|
|
|