| 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;
|
|
|
|
|