| Index: services/preferences/persistent_pref_store_factory.h
|
| diff --git a/services/preferences/persistent_pref_store_factory.h b/services/preferences/persistent_pref_store_factory.h
|
| index 7fdcaf4723ef129d3ae56197ddc721b4560f682b..06cf8f701b08b6ca98f0b9920231acc50f20f367 100644
|
| --- a/services/preferences/persistent_pref_store_factory.h
|
| +++ b/services/preferences/persistent_pref_store_factory.h
|
| @@ -20,7 +20,8 @@ class PersistentPrefStoreImpl;
|
| // configured by |configuration|.
|
| std::unique_ptr<PersistentPrefStoreImpl> CreatePersistentPrefStore(
|
| mojom::PersistentPrefStoreConfigurationPtr configuration,
|
| - base::SequencedWorkerPool* worker_pool);
|
| + base::SequencedWorkerPool* worker_pool,
|
| + base::Closure on_initialized);
|
|
|
| } // namespace prefs
|
|
|
|
|