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

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

Issue 2601873002: Add a mojo bridge for PersistentPrefStore. (Closed)
Patch Set: Created 3 years, 10 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.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index f4945cc88777b7b61a7f01da8998330c2aafa68a..994352074711c07a3e23f203bc04f45b7e119d3a 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -217,6 +217,8 @@ class ProfileImpl : public Profile {
// the latter.
std::unique_ptr<TrackedPreferenceValidationDelegate>
pref_validation_delegate_;
+ std::unique_ptr<base::WeakPtrFactory<TrackedPreferenceValidationDelegate>>
+ pref_validation_delegate_weak_factory_;
// Keep |prefs_| on top for destruction order because |extension_prefs_|,
// |io_data_| and others store pointers to |prefs_| and shall be destructed

Powered by Google App Engine
This is Rietveld 408576698