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

Unified Diff: services/preferences/persistent_pref_store_impl.h

Issue 2799043003: Revert of Pref service: add support for tracked prefs. (Closed)
Patch Set: Created 3 years, 8 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: services/preferences/persistent_pref_store_impl.h
diff --git a/services/preferences/persistent_pref_store_impl.h b/services/preferences/persistent_pref_store_impl.h
index 49d9cd93b62812a5996a6f9c6c6cc38b98d9d862..544cbe2f533d68b3f0593f59b3ab879ce3da7a1b 100644
--- a/services/preferences/persistent_pref_store_impl.h
+++ b/services/preferences/persistent_pref_store_impl.h
@@ -28,6 +28,7 @@
// called when it becomes true.
PersistentPrefStoreImpl(
scoped_refptr<PersistentPrefStore> backing_pref_store,
+ mojom::TrackedPreferenceValidationDelegatePtr validation_delegate,
base::OnceClosure on_initialized);
~PersistentPrefStoreImpl() override;
@@ -55,6 +56,7 @@
void OnConnectionError(Connection* connection);
scoped_refptr<PersistentPrefStore> backing_pref_store_;
+ mojom::TrackedPreferenceValidationDelegatePtr validation_delegate_;
bool initializing_ = false;
« no previous file with comments | « services/preferences/persistent_pref_store_factory.cc ('k') | services/preferences/persistent_pref_store_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698