Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index d7611034078ea6100fbfee7fe32b12ffad40f51f..baf25576e638fafdc30c58a94c075c85b05b2409 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -783,6 +783,8 @@ void ProfileImpl::OnPrefsLoaded(bool success) { |
// TODO(sky): remove this in a couple of releases (m28ish). |
prefs_->SetBoolean(prefs::kSessionExitedCleanly, true); |
+ g_browser_process->profile_manager()->InitProfileUserPrefs(this); |
+ |
BrowserContextDependencyManager::GetInstance()->CreateBrowserContextServices( |
this); |