| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 43eb1c85e13ff33136a7c26403b71f5bd5a25974..fc5c3f6efc1cb9c75d3a61ca64ec42cfe0f3fc86 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -460,6 +460,8 @@ ProfileImpl::ProfileImpl(
|
| safe_browsing_service->CreatePreferenceValidationDelegate(this);
|
| }
|
|
|
| + content::BrowserContext::Initialize(this, path_);
|
| +
|
| {
|
| prefs_ = chrome_prefs::CreateProfilePrefs(
|
| path_, sequenced_task_runner, pref_validation_delegate_.get(),
|
|
|