Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2078)

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 2601873002: Add a mojo bridge for PersistentPrefStore. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index ba781b78a0d44d246fbe0f5e8a44ea93d2c3e7a3..48c99dc6ae258ff71b9364592f268428e6109daf 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -489,7 +489,7 @@ ProfileImpl::ProfileImpl(
{
prefs_ = chrome_prefs::CreateProfilePrefs(
- path_, sequenced_task_runner, pref_validation_delegate_.get(),
+ path_, sequenced_task_runner, &pref_validation_delegate_,
profile_policy_connector_->policy_service(), supervised_user_settings,
CreateExtensionPrefStore(this, false), pref_registry_, async_prefs);
// Register on BrowserContext.

Powered by Google App Engine
This is Rietveld 408576698