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..910f7ec00191d0899a80422198fded43bbecdc97 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::InitializeProfileApplication(this); |
jam
2016/02/27 01:34:45
need to do this for other BrowserContexts, and add
|
+ |
{ |
prefs_ = chrome_prefs::CreateProfilePrefs( |
path_, sequenced_task_runner, pref_validation_delegate_.get(), |